Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```