Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rob-blackbourn/example-wasm-dataframe-3
- Owner: rob-blackbourn
- Created: 2020-07-14T08:02:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:26:42.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T00:56:03.842Z (8 months ago)
- Language: JavaScript
- Size: 321 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```