Hacker News new | ask | show | jobs
by Klathmon 3313 days ago
Just to nitpick a bit, JS does have primitive arrays using TypedArray.
1 comments

This is a good point - it's also why you can still optimize JS on microbenchmarks but for real world code where you'd want to use an array of structs in say C# for eg. there's just no JS equivalent other than write obfuscated stuff around typed arrays.