Hacker News new | ask | show | jobs
by _0w8t 3103 days ago
I am not sure what exactly that gist tries to show. As it forces the go runtime to run each read call on a separated native thread, it just shows that one can use go to implement rather bad epoll antipattern.