dimakuz commented on PR #717: URL: https://github.com/apache/arrow-go/pull/717#issuecomment-4072889839
Thanks for the prompt review! I think that in the current implementation of zstd codec and zstd libs there's no real reason to make it configurable. We encode as one-shot (EncodeAll) and internally it uses a single encoder, never benefitting from parallel encoders being available. If you prefer to plum it out in some way so its more controllable from outside I can try. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
