example-wasm-dataframe-3

A dataframe using typed arrays and finalizers

Stars
0

Using Typed Arrays and Finalizers with a WebAssembly DataFrame

This version of a DataFrame implementation adds the ability to share typed arrays, between JavaScript and WebAssembly without the need for copying.

More information can be found in this blog post.

Usage

To install the dependencies and run the example do the following.

npm install
npm start