aboutsummaryrefslogtreecommitdiff
path: root/src/cuckoocache.h
Commit message (Collapse)AuthorAgeFilesLines
* [trivial] Fix typos in commentspracticalswift2017-01-271-2/+2
|
* Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin2016-12-141-0/+457
SQUASHME: Change cuckoocache to only work for powers of two, to avoid mod operator SQUASHME: Update Documentation and simplify logarithm logic SQUASHME: OSX Build Errors SQUASHME: minor Feedback from sipa + bluematt SQUASHME: DOCONLY: Clarify a few comments.