Currently benchmarking my JSON library and making it use Streams
Currently benchmarking my JSON library and making it use Streams of strings instead of parsing the binary in a tight loop.
This needs to improve: http://prntscr.com/j36svy
#performance #benchmarking #profiling