Question: how does swish compare to guile-fibers
amirouche opened this issue · 2 comments
amirouche commented
burgerrg commented
I'm not familiar with the fibers project, but a quick look indicates it uses epoll on Linux, which is what libuv uses on Linux in Swish. It seems to use the same idea of continuations and asynchronous I/O. Swish is cross-platform and implements Erlang-style message-passing concurrency.
amirouche commented
Thanks for the feedback. I think guile-fibers also does something similar to erlang.
I am not sure. Tx!