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 Snappy Compression/Decompression #11

Open
mhusinsky opened this issue Jan 31, 2025 · 1 comment
Open

Update Snappy Compression/Decompression #11

mhusinsky opened this issue Jan 31, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@mhusinsky
Copy link
Owner

it appears that IronSnappy (a managed library) has been deprecated in favour of IronCompress, which uses native Snappy libraries.

Updating to the new version might also help with #10 as it appears to allow for using pre-allocated buffers

@mhusinsky mhusinsky added the enhancement New feature or request label Jan 31, 2025
@mhusinsky
Copy link
Owner Author

IronCompress looks promising, as it can be provided an ArrayPool as a memory backend.

However, the decompression result, which contains the rented buffer, exposes this as a Span. Not sure if there are ways to create a VL Image from this without additional copies...

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

No branches or pull requests

1 participant