Skip to content

Instantly share code, notes, and snippets.

@alblue
Last active February 16, 2020 20:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save alblue/aa4453a5b1614ee1084570f32b8b5b95 to your computer and use it in GitHub Desktop.
Save alblue/aa4453a5b1614ee1084570f32b8b5b95 to your computer and use it in GitHub Desktop.
Demonstration of JMH and StringBuilder/StringBuffer performance - original blog at http://alblue.bandlem.com/2016/04/jmh-stringbuffer-stringbuilder.html
This project has moved to https://github.com/alblue/com.bandlem.jmh.microopts
@idubrov
Copy link

idubrov commented Apr 27, 2016

@alblue
Copy link
Author

alblue commented Jun 16, 2016

If you download this gist to test, you'll need to make a directory src/main/java and then move the source file in there in order to run it. The original blog post corresponding to this gist is at http://alblue.bandlem.com/2016/04/jmh-stringbuffer-stringbuilder.html

@alblue
Copy link
Author

alblue commented Feb 16, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment