🎤 NODE.JS ADDONS FOR HIGH PERFORMANCE NUMERIC COMPUTING
- 👤 Athan Reines
- Twitter: @kgryte
📹
Video:
https://youtu.be/mnvfej28vjk
Node.js add-ons allow native code to be run from the Node.js runtime. In this talk, Athan will discuss how to utilize native add-ons for high performance numeric computing and machine learning in Node.js applications. He will first provide an overview of add-ons and their associated toolchain. Next, he will walk through an example which involves compiling basic linear algebra subroutines (BLAS), a suite of libraries which are a core foundation of most modern numeric computing environments, as native add-ons. While Node.js add-ons are oriented toward C and C++, he will show how to extend compilation support to Fortran libraries in order to maximize computational performance. Throughout the talk, Athan will offer lessons learned and other insights gained while writing add-ons and demonstrate why Node.js is an excellent environment for high performance numeric computing and machine learning.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.