Closed thaliaarchi closed 3 weeks ago
Comparing thaliaarchi:update-symbol_table
(3ffa03a) with main
(60342af)
❌ 1 (👁 1)
regressions
✅ 7
untouched benchmarks
Benchmark | main |
thaliaarchi:update-symbol_table |
Change | |
---|---|---|---|---|
👁 | cykjson |
320 ms | 366.8 ms | -12.76% |
Huh. cykjson seems to be very sensitive to hashing.
We saw regression on cykjson, but we think it is fine because this is just a dependency change and seems unavoidable. Also for context we are also considering removing symbol_table.
Brings symbol_table to the same version of hashbrown as egglog and has multi-threaded performance improvements. Follows up on PR#445 Update hashbrown.