Skip to content

Commit c1811e5

Browse files
sipacodablock
authored andcommitted
Merge bitcoin#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)
1 parent e34afa1 commit c1811e5

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
@@ -59,6 +59,7 @@ BITCOIN_TESTS =\
5959
test/coins_tests.cpp \
6060
test/compress_tests.cpp \
6161
test/crypto_tests.cpp \
62+
test/cuckoocache_tests.cpp \
6263
test/DoS_tests.cpp \
6364
test/getarg_tests.cpp \
6465
test/governance_validators_tests.cpp \

0 commit comments

Comments
 (0)