Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add performance comparison project #8

Closed
greenrobot opened this issue Mar 7, 2016 · 0 comments · Fixed by #12
Closed

Add performance comparison project #8

greenrobot opened this issue Mar 7, 2016 · 0 comments · Fixed by #12

Comments

@greenrobot
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants