Permalink
Commits on Jul 8, 2017
  1. Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and clean…

    …up MurmurHash3 to be more clear).
    JeremyRubin committed Feb 19, 2017
Commits on Apr 12, 2017
  1. Deduplicate SignatureCacheHasher

    This moves the SignatureCacheHasher to the sigcache header, out of the anonymous
    namespace, so that the tests can import it.
    JeremyRubin committed Jan 5, 2017
Commits on Mar 30, 2017
Commits on Feb 16, 2017
  1. Add CheckQueue Tests

    JeremyRubin committed Jan 8, 2017
Commits on Jan 20, 2017
Commits on Jan 11, 2017
  1. Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magi…

    …c numbers, fixed scoping of vectors (and memory movement component of benchmark).
    JeremyRubin committed Jan 11, 2017
Commits on Jan 10, 2017
Commits on Jan 9, 2017
Commits on Dec 14, 2016
  1. Add unit tests for the CuckooCache

    SQUASHME: Update Tests for other SQUASHMEs
    JeremyRubin committed Oct 5, 2016
  2. Add CuckooCache implementation and replace the sigcache map_type with it

    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.
    JeremyRubin committed Oct 5, 2016
Commits on Sep 8, 2016
  1. Convert ForEachNode* functions to take a templated function argument …

    …rather than a std::function to eliminate std::function overhead
    JeremyRubin committed with theuni Jun 20, 2016
Commits on Sep 6, 2016
Commits on Aug 15, 2016
  1. Fix a type error that would not compile on Apple LLVM version 6.1.0 (…

    …clang-602.0.53) (based on LLVM 3.6.0svn)
    JeremyRubin committed Aug 15, 2016