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

Thread-safe, multiple compression level support, proof of concept #24

Open
jmacd opened this issue Nov 3, 2023 · 1 comment
Open

Thread-safe, multiple compression level support, proof of concept #24

jmacd opened this issue Nov 3, 2023 · 1 comment

Comments

@jmacd
Copy link
Contributor

jmacd commented Nov 3, 2023

Just a note concerning how this library could be extended to support thread-safe configuration of compression settings.

For our project we needed this specifically for Zstd, and I used the following approach.

open-telemetry/otel-arrow#81

This allows us to configure up to 10 distinct encoder settings in a thread-safe way. I opened this issue to share the idea for consideration.

@mostynb
Copy link
Owner

mostynb commented Nov 6, 2023

Thanks for the pointer- I will take a look :)

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