Y
Hacker News
new
|
ask
|
show
|
jobs
by
deno
3581 days ago
The fastest streaming example on that list (csv-parser) is still 5× slower than Python.
1 comments
masklinn
3580 days ago
Which I'd assume has to do with the overhead of dispatching a ton of asynchronous events for relatively little parsed data rather than the intrinsic speed of node, the fastest synchronous parsers of the list are about on-par with Python.
link