DEV Community

Discussion on: Solving Puzzles With High-Performance JavaScript

 
healeycodes profile image
Andrew Healey

These are all so cool! Iā€™m going to have to pick through them later šŸ‘

Thread Thread
 
theodesp profile image
Theofanis Despoudis

This is probably because all the optimisations you may do in JS land may be thrown to the bin once it touches native code. I Rust you have more control over the memory layout.