-
Notifications
You must be signed in to change notification settings - Fork 25
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
bgm_pixelflut performance improvements #38
Labels
enhancement
Enhancement suggestions to the project.
Comments
This isn't done yet |
oof, weird, it closed it. |
Also, for some dumb (Apple...) reason, macOS does not have MSG_NOSIGNAL (which was added in 88fb472), but instead has an equivalent called SO_NOSIGPIPE: https://lists.apple.com/archives/macnetworkprog/2002/Dec/msg00091.html |
fixed in f543304 |
With #42 being merged, this is done!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We might wanna improve the pixelflut performance.
Once #33 is fixed, we can implement a multithreaded pixelflut server like Pixel.
This would allow us to run probably quite a bit faster.
If we implement some network abstractions, it'll be portable as well.
After we get the taskpool working and merged, I'll comb through the pixelflut server and try to make it as fast as I can.
The text was updated successfully, but these errors were encountered: