|
|
|
|
|
by gargarplex
2313 days ago
|
|
Excellent source; thanks! It’s probably worth clarifying that Node is ⅓ the speed of Java in some of these cases and that the Node implementations use both fixed size typed arrays as well as worker threads, features that aren’t common practice in most Node programs. |
|
But even with idiomatic code the performance is quite good - the JITs are very high quality.