An open API service indexing awesome lists of open source software.

https://github.com/hslam/netpoll-benchmark


https://github.com/hslam/netpoll-benchmark

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# netpoll-benchmark

#### Comparison to other packages
|Package| [net](https://github.com/golang/go/tree/master/src/net "net")| [netpoll](https://github.com/hslam/netpoll "netpoll")|[gnet](https://github.com/panjf2000/gnet "gnet")|[evio](https://github.com/tidwall/evio "evio")|
|:--:|:--|:--|:--|:--|
|Low memory usage|No|Yes|Yes|Yes|
|Non-blocking I/O|No|Yes|Yes|Yes|
|Splice/sendfile|Yes|Yes|No|No|
|Rescheduling|Yes|Yes|No|No|
|Compatible with the net.Conn interface|Yes|Yes|No|No|

mock 0ms mock 1ms