Skip to content
New issue

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

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

Already on GitHub? # to your account

Switch compression hash table from pinned ptr to ref #53

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

brantburnett
Copy link
Owner

Motivation

Trying to eliminate the use of pinning to avoid interfering with GC.

Modifications

Use a reference to the first element in the table rather than a fixed pointer.

Motivation
----------
Trying to eliminate the use of pinning to avoid interfering with GC.

Modifications
-------------
Use a reference to the first element in the table rather than a fixed
pointer.
@brantburnett brantburnett merged commit 192a668 into main Feb 10, 2023
@brantburnett brantburnett deleted the hashtable-ref branch February 10, 2023 21:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant