CubicMC / cubic-server

A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
54 stars 7 forks source link

consider epoll support #284

Open emneo-dev opened 2 months ago

emneo-dev commented 2 months ago

https://stackoverflow.com/a/8859967 might not be worth it, this will definitely need to be measured https://devarea.com/linux-io-multiplexing-select-vs-poll-vs-epoll/ code comparison http://brokestream.com/epoll.html raw perf numbers https://www.reddit.com/r/C_Programming/comments/1clu2fg/comment/l2vz3o8 maybe a flag at the startup https://news.ycombinator.com/item?id=1573468 might definitely not be worth it https://lwn.net/Articles/14168/