Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differences with other libraries #76

Open
ivanjaros opened this issue Aug 28, 2022 · 1 comment
Open

Differences with other libraries #76

ivanjaros opened this issue Aug 28, 2022 · 1 comment

Comments

@ivanjaros
Copy link

Since I consider evio the first/old school event loop libraries for Go I wonder what is the difference between all these newer ones like:
https://github.com/panjf2000/gnet
https://github.com/hslam/netpoll
https://github.com/xtaci/gaio
https://github.com/Allenxuxu/gev

It seems like they are all inspired by evio and then by one another so I am just curious to understand if there is some unique feature in these or if they are all one ant the same in principle and in performance?

In the end, I am quite confused to figure out which one to pick.

@cexll
Copy link

cexll commented Sep 13, 2022

A high-performance non-blocking I/O networking framework, which focused on RPC scenarios link-netpoll

gnet is not designed to displace the standard Go net package, but to create a networking client/server framework for Go that performs on par with Redis and Haproxy for networking packets handling (although it does not limit itself to these areas) link-gnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants