Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achim-k/mcap-read-benchmark
Benchmark of JS / WASM MCAP readers
https://github.com/achim-k/mcap-read-benchmark
mcap rust wasm
Last synced: about 2 months ago
JSON representation
Benchmark of JS / WASM MCAP readers
- Host: GitHub
- URL: https://github.com/achim-k/mcap-read-benchmark
- Owner: achim-k
- Created: 2023-12-05T16:54:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T22:57:21.000Z (about 1 year ago)
- Last Synced: 2023-12-11T23:44:54.428Z (about 1 year ago)
- Topics: mcap, rust, wasm
- Language: JavaScript
- Homepage: https://achim-k.github.io/mcap-read-benchmark/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCAP read benchmark
Simple benchmark of JavaScript and WASM (Rust) MCAP reader implementations.
https://achim-k.github.io/mcap-read-benchmark/
## Building
Requires [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) and the [Rust toolchain](https://www.rust-lang.org/tools/install).
```sh
wasm-pack build --release read_mcap_wasm
npm install
npm -w web run build
```