0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a comment about bucket number tuning More... 3 months ago
Add a switch to select random eviction. Get rid of expensive tree selection logic. Get rid of an unneeded variable that was subject to atomic operations. Pad the bucket data structure. More... 3 months ago
A distinct level for the wont_need pages More... 3 months ago
Trying to set read generations of new pages to the current read generation, so that we don't have bimodal distribution of read generations More... 3 months ago
Added an experimentation option for uniform random workloads More... 3 months ago
Merge branch 'temp' More... 3 months ago
Trying to not evict internal pages More... 3 months ago
Reverting a printf-related bug. More... 3 months ago
Reduced the number of eviction failures due to hazard pointer block. Dramatically reduced the number of instances where we fail to evict. More... 3 months ago
Loose ends More... 3 months ago
cleaned up stats More... 3 months ago
A few optimizations to sychronization More... 3 months ago
Fixed eviction server signalling More... 3 months ago
Improved server dynamics, so the server doesn't sleep too long when there is work More... 3 months ago
Optimizations to remove unnecessary atomic calls More... 3 months ago
Played with read generation increment frequency More... 4 months ago
Don't call enqueue page if we did not increment the read generation. More... 4 months ago
some dead code removal: More... 4 months ago
Make Linux happy More... 4 months ago
first attempt to add a blast to the bucket id. must debug More... 4 months ago
Implemented bucket renumbering using geometric progression More... 4 months ago
Added the comment for the race condition fix More... 4 months ago