https://github.com/hslam/netpoll-benchmark
https://github.com/hslam/netpoll-benchmark
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hslam/netpoll-benchmark
- Owner: hslam
- License: mit
- Created: 2020-09-26T10:23:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T01:17:11.000Z (over 3 years ago)
- Last Synced: 2024-06-21T18:52:23.018Z (almost 2 years ago)
- Language: Go
- Size: 371 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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|
