hyperxpro / Brotli4j

Brotli4j provides Brotli compression and decompression for Java.
Apache License 2.0
105 stars 35 forks source link

avoid array allocation in Encoder.Mode.of #79

Closed sullis closed 1 year ago

sullis commented 1 year ago

Reference:

https://www.gamlor.info/wordpress/2017/08/javas-enum-values-hidden-allocations/

sullis commented 1 year ago

Ready to merge

hyperxpro commented 1 year ago

Thanks a lot! :) ❤️

hyperxpro commented 1 year ago

You should do a PR at Brotli official repository too.

sullis commented 1 year ago

You should do a PR at Brotli official repository too.

https://github.com/google/brotli/pull/1005