-
Notifications
You must be signed in to change notification settings - Fork 580
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
Trimmed down cache performance comparison #309
Comments
Created a jmh based micro benchmark that compares Ehcache 3 with Ehcache 2.9.1. Result on my machine with Java 1.8.0_31:
Will work on including results when running with a trimmed down version of |
Test run with Java 1.6.0_65 (and without CHM.computeIfAbsent test):
|
Created a Google doc spreadsheet of which the graph above is an extract. The document contains JMH test results and information on the machines it was run on. According to my findings, there is currently not enough value in splitting the code to have a simpler cache un-aware of |
Create a trimmed down version of
Ehcache
that does not supportCacheLoaderWriter
and then compare its performance with the currentEhcache
class.The goal is to have a measure of the cost of using functions and
Store.compute*
functions for all operations when there is noCacheLoaderWriter
present.The text was updated successfully, but these errors were encountered: