69
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rollback Ticker. More... over 14 years ago
add common.base.Ticker More... over 14 years ago
don't create recency queue or record reads for expireAfterWrite More... over 14 years ago
Reduce visibility of makeListenable to package-private (for use in makeChecked only). More... over 14 years ago
add MapMaker.toString More... over 14 years ago
add ExpirationQueue and EvictionQueue to CustomConcurrentHashMap More... over 14 years ago
MapMaker: - put size's unlock in a finally block More... over 14 years ago
MapMaker: - call recordRead instead of recordWrite on failed putIfAbsent/replace - unset partially-collected entries as soon as they're found - skip partially-collected entries when copying buckets More... over 14 years ago
Fix typo in SimpleForwa(r)dingCheckedFuture More... over 14 years ago
Tweak ListenableFuture Javadoc, primarily to link to common implementations. More... over 14 years ago
Small javadoc fix to InternetDomainName. More... over 14 years ago
handle initialCapacity > maximumSize More... over 14 years ago
Create Futures.transform, and forward Futures.compose to it. More... over 14 years ago
Fix Eclipse-compiler build breakage caused by raw-types cleanup More... over 14 years ago
Allows for the maximumSize & expiration to be zero by using a light-weight map that stores no data. More... over 14 years ago
remove antiquated comment about upper limits on expiration time More... over 14 years ago
Use raw types less in common.collect. More... over 14 years ago
Internally remove unused 'of(E[])' from the ImmutableSortedSet API. More... over 14 years ago
MapMaker: only allow computed value to be set once. this removes race condition between concurrent put and compute More... over 14 years ago
MapMaker: refactor cleanup More... over 14 years ago
ValueFuture->SettableFuture. More... over 14 years ago
Improve InternetDomainName documentation on validation. More... over 14 years ago
MapMaker: - fix inline cleanup to perform locked cleanup when the lock is held! - correctly implement read-time cleanup More... over 14 years ago
MapMaker: optimize cleanup when using the default executor by doing lock-requiring-cleanup under lock, instead of requiring a second lock to be taken More... over 14 years ago
MapMaker: - move read-time recencyQueue draining to cleanup executor - replcae recencyQueueLength with readCount More... over 14 years ago
Make ForwardingListenableFuture javadoc consistent Add SimpleForwading*Future More... over 14 years ago
MapMaker - invalidate entries containing partially collected keys - assert that expiration list is valid More... over 14 years ago
Warnings cleanup More... over 14 years ago
MapMaker rollback More... over 14 years ago
MapMaker: - invalidate entries containing partially collected keys - assert that expiration list is valid More... over 14 years ago