-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use Netty as a backend instead of java.io for much more efficient networking. #1
Comments
Yes, I was thinking of using Netty, but I am not that well familiar with On Wednesday, August 5, 2015, Matthew Miller [email protected]
|
I am finishing my version of JRakLib fully using ionetty, I'll publish it here when committing, not using while (true), is in the final version already, I'm just packing up some minor bugs, performance is very good, very low CPU usage. |
@jython234 you could create a new branch, named ioNetty ? thanks |
@net32 Done. |
Does the netty branch really improve performance? |
I tested it and it actually appeared to be slower than master.
|
If used correctly, Netty should provide better performance. |
Netty handles threading very well, unlike java.io sockets. Currently there is a large bottleneck in terms of single CPU performance due to usage of these old APIs.
The text was updated successfully, but these errors were encountered: