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

How to use range coder compression? #63

Open
mariomeow opened this issue Jan 20, 2025 · 1 comment
Open

How to use range coder compression? #63

mariomeow opened this issue Jan 20, 2025 · 1 comment

Comments

@mariomeow
Copy link

Is there equivalent of enet_host_compress_with_range_coder in this library?

Thank you

@zpl-zak
Copy link
Member

zpl-zak commented Jan 20, 2025

Hey,

the PPM range coder has been dropped from the library and we provide no alternative to it.

However, you should be able to extract it from the original library and then use it as a compressor set up via ENetCompressor struct.

As our goal was to minimise and trim the overall amount of code in the library, we've considered the built-in compression to be removed as it doesn't contribute to the core library but rather feels like an extension of it.

I hope this helps!

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

No branches or pull requests

2 participants