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

Change dictionary_compression.c example to use API for dictionary creation #4066

Open
weebney opened this issue Jun 4, 2024 · 0 comments
Open

Comments

@weebney
Copy link

weebney commented Jun 4, 2024

Is your feature request related to a problem? Please describe.
The current example in examples/dictionary_compression.c assumes that the user has already created the dictionary via the CLI. I checked this example specifically to figure out how to do dictionary compression from end-to-end with the API, so in my case this fails as an example considering it's missing the most important step in the process.

Describe the solution you'd like
Adding a function to demonstrate the usage of the API for dictionary creation would make the example infinitely more useful.

Describe alternatives you've considered
I suppose that an entirely new example, something like dictionary_creation.c, would also solve this issue.

Additional context
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants