Benchmark Rusty Parsers: demystify native tooling performance in JavaScript
javascript
napi
rust
Native parsers used in JavaScript are not always faster due to extra work across languages. This talk will review several parsers written in JS/Rust and demonstrate the perf characteristics of native programs in NodeJS. Avoiding Rust overhead and using multi-core are crucial for performance.