Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rob-blackbourn/example-wasm-dataframe-3

A dataframe using typed arrays and finalizers
https://github.com/rob-blackbourn/example-wasm-dataframe-3

Last synced: about 1 month ago
JSON representation

A dataframe using typed arrays and finalizers

Awesome Lists containing this project

README

        

# 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](https://rob-blackbourn.github.io/blog/webassembly/wasm/wasi/javascript/c/clang/wasi-sdk/marshalling/finalizer/finalizationregistry/data/science/dataframe/series/2020/07/15/wasm-dataframes-finalizers.html).

## Usage

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

```bash
npm install
npm start
```