Java port for encoder coming up? #147

Closed
opened 2026-01-29 20:38:33 +00:00 by claunia · 3 comments
Owner

Originally created by @kjatin on GitHub (Nov 4, 2016).

I see the decoder has been ported to Java recently. Are there plans for porting encoder to Java as well?

Originally created by @kjatin on GitHub (Nov 4, 2016). I see the decoder has been ported to Java recently. Are there plans for porting encoder to Java as well?
Author
Owner

@eustas commented on GitHub (Nov 9, 2016):

Currently we have no plans for Java encoder port. But, for sure, we will have JNI bindings.
Encoder is complex and we try to use all the power of CPU to be competitive.
With Java it is much harder to match plain C performance.

However, it is possible that some subset of encoder (levels 0, 1, or something similar) will be ported to support specific use cases.

@eustas commented on GitHub (Nov 9, 2016): Currently we have no plans for Java encoder port. But, for sure, we will have JNI bindings. Encoder is complex and we try to use all the power of CPU to be competitive. With Java it is much harder to match plain C performance. However, it is possible that some subset of encoder (levels 0, 1, or something similar) will be ported to support specific use cases.
Author
Owner

@dominikhlbg commented on GitHub (Mar 17, 2017):

I did release a java encoder of brotli. https://github.com/dominikhlbg/BrotliHaxe

@dominikhlbg commented on GitHub (Mar 17, 2017): I did release a java encoder of brotli. https://github.com/dominikhlbg/BrotliHaxe
Author
Owner

@eustas commented on GitHub (Aug 24, 2017):

Merging into #405

@eustas commented on GitHub (Aug 24, 2017): Merging into #405
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#147