oxc/tasks/benchmark
underfin b199cb89a2
feat: add oxc sourcemap crate (#2825)
The sourcemap implement port from
[rust-sourcemap](https://github.com/getsentry/rust-sourcemap), but has
some different with it.

- Encode sourcemap at parallel, including quote `sourceContent` and
encode token to `vlq` mappings.
- Avoid `Sourcemap` some methods overhead, like `SourceMap::tokens()`
caused extra overhead at common cases. Here using `SourceViewToken` to
instead of it.
2024-03-28 19:36:38 +08:00
..
benches feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
codspeed chore(deps): update dependency express to v4.19.1 (#2800) 2024-03-24 20:51:37 +00:00
src chore: criterion2 (#2737) 2024-03-16 18:55:04 +08:00
Cargo.toml feat: add oxc sourcemap crate (#2825) 2024-03-28 19:36:38 +08:00
README.md s/web-infra-dev/oxc-project 2023-11-10 14:30:18 +08:00