oxc/crates/oxc_span
overlookmotel a43560c056 perf(span): hash Span as a single u64 (#8299)
#8298 made `Span` aligned on 8 on 64-bit platforms. Utilize this property to hash `Span` as a single `u64` instead of 2 x `u32`s. This reduces hashing a `Span` with `FxHash` to 3 instructions (down from 7), and 1 register (down from 3). https://godbolt.org/z/4q36xrWG8
2025-01-18 01:47:10 +00:00
..
src perf(span): hash Span as a single u64 (#8299) 2025-01-18 01:47:10 +00:00
Cargo.toml release(crates): v0.46.0 (#8487) 2025-01-14 19:40:44 +08:00
CHANGELOG.md release(crates): v0.46.0 (#8487) 2025-01-14 19:40:44 +08:00