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

Requesting new ZstdCompressCtx.compressByteBufferStream(ByteBuffer dst, ByteBuffer src, EndDirective endOp) #324

Open
joakime opened this issue Aug 27, 2024 · 0 comments

Comments

@joakime
Copy link

joakime commented Aug 27, 2024

Eclipse Jetty's integration of zstd-jni has a requirement to support non-direct ByteBuffers from applications and many 3rd party libraries.

But there is no equivalent non-direct option for the existing ZstdCompressCtx.compressDirectByteBufferStream() API.

Can a non-direct version be made available?

As with our other JNI integrations (tls, quic, brotli, zlib, etc), we have the ability to use either Heap or Direct ByteBuffer against the API (often a single API method that supports both).

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

1 participant