Hacker News new | ask | show | jobs
by edwtjo 5843 days ago
I don't get it.. He's using select/EPOLL in python but not Haskell/Erlang. I call FUD on this.
2 comments

To be fair, he did say that enabling epoll in Erlang had no significant effect on performance.
It has a pretty huge impact on Haskell, http://www.serpentine.com/bos/files/ghc-event-manager.pdf (See page 5 for the graphs).
Why don't you try it?

Epoll for Haskell was heavily experimental and failed to compile when I wrote the article. Enabling epoll in Erlang changed the results by ~1%.