Y
Hacker News
new
|
ask
|
show
|
jobs
by
rgbrenner
4013 days ago
libuv is for C projects that miss the joy of javascript callback hell.
1 comments
anacrolix
4013 days ago
Or don't want to have 10000 threads. I have a Go server that regularly bumps 140k goroutines. Try that shit with native threads.
link
rgbrenner
4013 days ago
libuv isn't unique.. It's equivalent to libev + libeio.. in fact, that's what nodejs used before writing libuv. Whether or not it's faster than those is really case-by-case.. but what you'll definitely get with libuv is callbacks everywhere.
link