Last active
February 16, 2020 20:35
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This project has moved to https://github.com/alblue/com.bandlem.jmh.microopts |
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
The code has been moved here: https://github.com/alblue/com.bandlem.jmh.microopts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JFYI: http://openjdk.java.net/jeps/280