https://github.com/rob-blackbourn/example-wasm-dataframe-1
An example JavaScript DataFrame with methods implemented in WebAssembly
https://github.com/rob-blackbourn/example-wasm-dataframe-1
c clang dataframe javascript operator-overloading wasm webassembly
Last synced: 24 days ago
JSON representation
An example JavaScript DataFrame with methods implemented in WebAssembly
- Host: GitHub
- URL: https://github.com/rob-blackbourn/example-wasm-dataframe-1
- Owner: rob-blackbourn
- Created: 2020-06-13T10:22:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:47:04.000Z (about 3 years ago)
- Last Synced: 2025-07-06T03:07:31.890Z (8 months ago)
- Topics: c, clang, dataframe, javascript, operator-overloading, wasm, webassembly
- Language: JavaScript
- Homepage: https://rob-blackbourn.github.io/blog/webassembly/wasm/array/arrays/javascript/c/dataframe/2020/06/13/wasm-dataframes.html
- Size: 372 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Changing the DataFrame to inject WebAssembly operators
This project implements a simple data frame with calculations performed in
WebAssembly.
For more information read the
[blog post](https://rob-blackbourn.github.io/blog/webassembly/wasm/array/arrays/javascript/c/dataframe/2020/06/13/wasm-dataframes.html).