nixxcode / jvm-brotli

Lightweight, cross-platform Java library for the Brotli compression format
72 stars 10 forks source link

Benchmark Old vs New I/O Methods Using Brotli #15

Open nixxcode opened 5 years ago

nixxcode commented 5 years ago

Should benchmark old IO stream methods (BrotliInputStream and BrotliOutputStream) against new IO byte channels. (BrotliEncoderChannel and BrotliDecoderChannel)

It would be useful to know which of these I/O methods is faster in particular usage scenarios such as: