scylladb / seastar

High performance server-side application framework
http://seastar.io
Apache License 2.0
8.25k stars 1.54k forks source link

Replace libuv in node.js #46

Open CuthbertJungle opened 9 years ago

CuthbertJungle commented 9 years ago

this looks to be an excellent replacement for the single threaded libuv event loop in node.js. Are there any plans to integrate this, it should deliver some massive performance gains.

avikivity commented 9 years ago

It depends. If most of the cpu is spent on the JIT, then the gain won't be that large. What kernel/user cpu usage mix do you see?