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

Custom hash consing tables #21

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Custom hash consing tables #21

wants to merge 5 commits into from

Conversation

no-defun-allowed
Copy link
Collaborator

This saves doing lookups when inserting new regular expressions, since we only ever insert and not update (by definition of hash-consing), and the CL hash tables can only upsert. It also provides a custom hash function for tag sets, because the hash function in SBCL behaves poorly and generates very few hashes - about 13 for 50k hashes in one case found by Regrind, leading to terrible performance.

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.

1 participant