Java Reference
In-Depth Information
CachedFactorizer no longer uses AtomicLong for the hit counter, instead reverting
to using a long field. It would be safe to use AtomicLong here, but there is less benefit
than there was in CountingFactorizer . Atomic variables are useful for effecting atom-
Search WWH ::




Custom Search