-
Javascript performance with native code
An introduction to using native code with JavaScript with either NodeJS N-API or WebAssembly and the performance gains you might expect. After previously selecting JavaScript for my blog projects, I came across an interesting presentation on YouTube regarding JavaScript performance. In the video, a developer working on the Google V8 JavaScript engine provided insight into…