mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 05:08:45 +00:00
Speed up source map VLQ encoding by removing a couple of operations from `serialize_mappings`'s hot loop. On a local benchmark of just VLQ encoding, this change produces 5% performance increase (benchmarked on MacBook Pro M1). |
||
|---|---|---|
| .. | ||
| concat_sourcemap_builder.rs | ||
| decode.rs | ||
| encode.rs | ||
| error.rs | ||
| lib.rs | ||
| sourcemap.rs | ||
| sourcemap_builder.rs | ||
| sourcemap_visualizer.rs | ||
| token.rs | ||