Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/itsmontoya/async

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/itsmontoya/async

  • v0.0.0-20170322163756-fda3d424a1a1
  • Source
  • Go
  • Socket score

Version published
Created
Source

Async GoDoc Status

Async is an asynchronous request manager in pure-go

Benchmarks

## Go 1.7.4
# File (built on Async) Running wrk -c 20 -d 30s http://172.16.0.201:1337/a
Running 30s test @ http://localhost:1337/a
  2 threads and 20 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   312.41us  361.29us  12.76ms   95.14%
    Req/Sec    34.89k     2.15k   55.53k    89.68%
  2086354 requests in 30.10s, 18.31GB read
Requests/sec:  69315.13
Transfer/sec:    622.83MB

# Stdlib Running wrk -c 20 -d 30s http://172.16.0.201:1337/a
Running 30s test @ http://localhost:1337/b
  2 threads and 20 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   796.00us  812.12us  24.89ms   91.27%
    Req/Sec    14.36k     1.47k   17.39k    73.33%
  857224 requests in 30.01s, 7.53GB read
Requests/sec:  28567.70
Transfer/sec:    256.89MB



## Go 1.8 rc3
# File (built on Async) Running wrk -c 20 -d 30s http://172.16.0.201:1337/a
Running 30s test @ http://localhost:1337/a
  2 threads and 20 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   312.75us  361.67us  12.26ms   95.09%
    Req/Sec    34.93k     1.37k   38.34k    76.33%
  2085260 requests in 30.01s, 18.30GB read
Requests/sec:  69493.89
Transfer/sec:    624.44MB

# Stdlib Running wrk -c 20 -d 30s http://172.16.0.201:1337/a
Running 30s test @ http://localhost:1337/b
  2 threads and 20 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   776.42us  781.30us  20.42ms   91.58%
    Req/Sec    14.53k     1.37k   16.96k    77.67%
  867577 requests in 30.01s, 7.62GB read
Requests/sec:  28908.86
Transfer/sec:    259.95MB

FAQs

Package last updated on 22 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc