oxc/tasks/benchmark
overlookmotel 3230ae5842 feat(semantic): add SemanticBuilder::with_excess_capacity (#5762)
Add `SemanticBuilder::with_excess_capacity` method to request that `SemanticBuilder` over-allocate space in `Semantic`'s `Vec`s.

Use this method to reserve 200% extra capacity for transformer to create more scopes, symbols and references.

200% is an unscientific guess of how much extra capacity is required. Obviously it depends on what transforms are enabled and content of the source code.
2024-09-14 15:02:16 +00:00
..
benches feat(semantic): add SemanticBuilder::with_excess_capacity (#5762) 2024-09-14 15:02:16 +00:00
codspeed chore: use dprint to format js, json and markdown 2024-09-08 13:24:58 +08:00
src ci(benchmarks): NeverGrowInPlaceAllocator not pub (#5727) 2024-09-12 12:58:13 +00:00
Cargo.toml chore(dprint): format toml files (#5599) 2024-09-08 14:26:16 +08:00
README.md s/web-infra-dev/oxc-project 2023-11-10 14:30:18 +08:00