Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wizard_2
on Oct 26, 2012
|
parent
|
context
|
favorite
| on:
Libtorrent experience - the poor state of async di...
I believe even NodeJS's libuv came to the same unfortunate conclusion for non windows hosts.
https://github.com/joyent/libuv
http://nikhilm.github.com/uvbook/filesystem.html
Tobu
on Oct 26, 2012
[–]
When node switched to libuv it didn't degrade io performance on unix hosts; io in threads has been competitive with evented io. I don't think async io was even considered, but let me know if you dig up anything.
tedsuo
on Oct 27, 2012
|
parent
[–]
yep, node has always used a threadpool for filesystem calls, even before libuv.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://github.com/joyent/libuv http://nikhilm.github.com/uvbook/filesystem.html