Y
Hacker News
new
|
ask
|
show
|
jobs
by
phpnode
4352 days ago
R3 does look fast, but there's a cost to crossing the JS -> C barrier. It's almost certainly possible to beat it using the same algorithm written in pure JS.
1 comments
pedro93
4352 days ago
the routes are pre-compiled, so I think it only requires one calling conversion from js to c++ when dispatching routes.
link