Z
zach.lists
Hello,
I've noticed a difference in performance between Java6 and Java7/8 (Oracle) on OS X with some toy code. Java6 runs much faster than the updated versions.
VisualVM is pointing me to java.util.regex.Pattern.matcher being the hotspot where all the time is now spent.
I'm still trying to slim down the offending code into a concise example. However I was wondering if anyone knew if there were any changes in java.util.regex.Pattern.matcher performance between Java6 and Java7?
I've read that named groups were introduced in Java7, but I haven't found anything mentioning performance tanking dramatically.
Thanks for any leads you folks may be able to point me to.
-Zach
I've noticed a difference in performance between Java6 and Java7/8 (Oracle) on OS X with some toy code. Java6 runs much faster than the updated versions.
VisualVM is pointing me to java.util.regex.Pattern.matcher being the hotspot where all the time is now spent.
I'm still trying to slim down the offending code into a concise example. However I was wondering if anyone knew if there were any changes in java.util.regex.Pattern.matcher performance between Java6 and Java7?
I've read that named groups were introduced in Java7, but I haven't found anything mentioning performance tanking dramatically.
Thanks for any leads you folks may be able to point me to.
-Zach