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

Reduce hash collisions when interning type variable references #347

Merged

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Dec 11, 2023

Fixes #322

@Ladicek Ladicek added the serialization-format-change Changes that affect index serialization format label Dec 11, 2023
@Ladicek Ladicek added this to the 3.2.0 milestone Dec 11, 2023
@Ladicek
Copy link
Contributor Author

Ladicek commented Dec 11, 2023

Draft for now, because of the 3.2.0 target. Other than that, this should be ready.

@Ladicek Ladicek force-pushed the type-variable-reference-intern-hash-collisions branch 2 times, most recently from a7bb359 to b9d3a6f Compare March 14, 2024 11:18
@Ladicek Ladicek force-pushed the type-variable-reference-intern-hash-collisions branch from b9d3a6f to 8185973 Compare May 13, 2024 11:38
@Ladicek Ladicek marked this pull request as ready for review May 13, 2024 11:39
@Ladicek Ladicek merged commit ab584f3 into smallrye:main May 13, 2024
39 checks passed
@Ladicek Ladicek deleted the type-variable-reference-intern-hash-collisions branch May 13, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
serialization-format-change Changes that affect index serialization format
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Indexing takes over 100x longer on big file
1 participant