finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.95k stars 1.06k forks source link

Self-extracting WebAssembly binaries #2428

Closed texodus closed 8 months ago

texodus commented 8 months ago

Moves wasm loading for @finos/perspective and @finos/perspective-viewer packages to a new Rust-based self-extracting binary. Improves Perspective asset load and compilation performance by 5x.

Old webassembly load + first render performance profile:

Screenshot 2023-11-12 at 2 16 29 PM

New:

Screenshot 2023-11-12 at 2 17 22 PM