Add performance comparison project
greenrobot opened this issue · 0 comments
greenrobot commented
Create another sub project to check performance of...
- LongHashSet vs. HashSet (call add&contains&remove lots of times)
- LongHashMap vs. HashMap (call put&get&remove lots of times)
- PipelineOutputStream vs. PipedOutputStream (pass around some MB with each)
- StringUtils.split vs. String.split
- StringUtils.hex vs. DatatypeConverter.printHexBinary
Reference platform: Java 8