Civcraft / Citadel

Do not open issues here; open them on the maintained fork @ DevotedMC
https://github.com/DevotedMC/Citadel
BSD 3-Clause "New" or "Revised" License
6 stars 23 forks source link

Replace the custom stats with the google cache stats #134

Open psygate opened 8 years ago

psygate commented 8 years ago

Replacing https://github.com/Civcraft/Citadel/blob/master/src/vg/civcraft/mc/citadel/misc/CitadelStatics.java with http://docs.guava-libraries.googlecode.com/git-history/release12/javadoc/com/google/common/cache/CacheBuilder.html#recordStats%28%29 and using AtomicIntegers or AtomicLongs for stats might yield a better performance and cleaner code.