-
Notifications
You must be signed in to change notification settings - Fork 43
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
Make agario-client less cpu intensive #161
Comments
You cant optimize it for multicore. Nodejs is single threaded. |
Actually yes.. use JXCore |
@agarsearcher1985 |
@agarsearcher1985 This is not actually entirely true you can use modules like webworker-threads to help with cpu usage. Also for just bots you may want to disable ball tracking by overriding a few packet handlers. |
I use a cloud program, and to create my bots, c9.io as it has an IDE and you can work on projects together with your friends or partners. Also you can debug and run a program without using PC usage. |
Are there any tips on reducing the cpu usage? I already removed all unused packets in agario-client. I'm already using node cluster but every worker gets 100% cpu usage with more than 100 bots. How can I optimize it for multi core cpus?
Thanks for your help
The text was updated successfully, but these errors were encountered: