-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dictionary Training #28
Comments
Hello! I'm actually very interested in using Zstd's training mode via CodecZstd for some research purposes. Would it be possible as of v0.7.2? |
You could try to test the branch I started here: In fact, if you could help me write some tests, I think we could merge it into the mainline. |
This is EXACTLY what I was looking for :D! Would it be possible to continue correspondence via email or some other form of chat? My public email is available on my profile. |
Email might not be way to stay in touch with me, but it is listed here: You can also find me on Julia Discourse, Slack, Discord, or Mastodon. |
I'm interested in developing support in this package for building a dictionary using Zstd. I would probably start with making automatically generated bindings via Clang.jl for these headers:
https://github.com/facebook/zstd/blob/dev/lib/zdict.h
https://github.com/facebook/zstd/blob/dev/lib/zstd.h
The text was updated successfully, but these errors were encountered: