Skip to content

Commit b83264d

Browse files
committed
Merge #8895: Better SigCache Implementation
67dac4e Add unit tests for the CuckooCache (Jeremy Rubin) c9e69fb Add CuckooCache implementation and replace the sigcache map_type with it (Jeremy Rubin)
2 parents b68685a + 67dac4e commit b83264d

File tree

7 files changed

+901
-41
lines changed

7 files changed

+901
-41
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ BITCOIN_TESTS =\
5353
test/coins_tests.cpp \
5454
test/compress_tests.cpp \
5555
test/crypto_tests.cpp \
56+
test/cuckoocache_tests.cpp \
5657
test/DoS_tests.cpp \
5758
test/getarg_tests.cpp \
5859
test/hash_tests.cpp \

0 commit comments

Comments
 (0)