oxc/crates/oxc_semantic
overlookmotel 30a869ead2 perf(semantic): use oxc_allocator::HashMap in ScopeTree (#8554)
Use `oxc_allocator::HashMap` in `ScopeTree`, replacing `hashbrown::HashMap`. `oxc_allocator::HashMap` is non-drop, so it may reduce drop time of `ScopeTree` a little.
2025-01-16 23:29:58 +00:00
..
examples feat(parser)!: Build ModuleRecord directly in parser (#7546) 2024-11-29 14:50:42 +00:00
src perf(semantic): use oxc_allocator::HashMap in ScopeTree (#8554) 2025-01-16 23:29:58 +00:00
tests fix(semantic)!: ensure program outlives semantic (#8455) 2025-01-16 10:04:25 +08:00
Cargo.toml perf(semantic): use oxc_allocator::HashMap in ScopeTree (#8554) 2025-01-16 23:29:58 +00:00
CHANGELOG.md release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00