Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update symbol_table #456

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

thaliaarchi
Copy link
Contributor

Brings symbol_table to the same version of hashbrown as egglog and has multi-threaded performance improvements. Follows up on PR#445 Update hashbrown.

Brings symbol_table to the same version of hashbrown as egglog and has
multi-threaded performance improvements.
@thaliaarchi thaliaarchi requested a review from a team as a code owner October 28, 2024 23:09
@thaliaarchi thaliaarchi requested review from mwillsey and removed request for a team October 28, 2024 23:09
Copy link

codspeed-hq bot commented Oct 28, 2024

CodSpeed Performance Report

Merging #456 will degrade performances by 12.76%

Comparing thaliaarchi:update-symbol_table (3ffa03a) with main (60342af)

Summary

❌ 1 (👁 1) regressions
✅ 7 untouched benchmarks

Benchmarks breakdown

Benchmark main thaliaarchi:update-symbol_table Change
👁 cykjson 320 ms 366.8 ms -12.76%

@thaliaarchi
Copy link
Contributor Author

Huh. cykjson seems to be very sensitive to hashing.

@saulshanabrook saulshanabrook requested review from saulshanabrook and removed request for mwillsey October 29, 2024 02:10
@saulshanabrook saulshanabrook merged commit a38edb3 into egraphs-good:main Oct 29, 2024
5 checks passed
@yihozhang
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants