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

Use ref byte for compression input pointers #56

Merged
merged 1 commit into from
Feb 11, 2023
Merged

Conversation

brantburnett
Copy link
Owner

Motivation

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

Modifications

Replace all input pointers in the compressor with byte ref.

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

Modifications
-------------
Replace all input pointers in the compressor with byte ref.
@brantburnett brantburnett merged commit 717faca into main Feb 11, 2023
@brantburnett brantburnett deleted the compress-input-ref branch February 11, 2023 19:33
# 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