mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
Align the Base64 chars lookup table in sourcemap generator so it occupies a single cache line. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| README.md | ||
The sourcemap implement port from rust-sourcemap, but has some different with it.
- Encode sourcemap at parallel, including quote
sourceContentand encode token tovlqmappings. - Avoid
Sourcemapsome methods overhead, likeSourceMap::tokens().