jvm-brotli icon indicating copy to clipboard operation
jvm-brotli copied to clipboard

Benchmark Old vs New I/O Methods Using Brotli

Open nixxcode opened this issue 6 years ago • 0 comments

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:

  • Encoding/decoding small/medium/large files (Disk I/O)
  • Encoding/decoding small/medium/large data streams (Memory I/O only, no disk usage)

nixxcode avatar Aug 05 '19 01:08 nixxcode