mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge #8895: Better SigCache Implementation
67dac4eAdd unit tests for the CuckooCache (Jeremy Rubin)c9e69fbAdd CuckooCache implementation and replace the sigcache map_type with it (Jeremy Rubin)
This commit is contained in:
commit
b83264d9c7
7 changed files with 902 additions and 42 deletions
|
|
@ -1103,6 +1103,8 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||
LogPrintf("Using config file %s\n", GetConfigFile(GetArg("-conf", BITCOIN_CONF_FILENAME)).string());
|
||||
LogPrintf("Using at most %i connections (%i file descriptors available)\n", nMaxConnections, nFD);
|
||||
|
||||
InitSignatureCache();
|
||||
|
||||
LogPrintf("Using %u threads for script verification\n", nScriptCheckThreads);
|
||||
if (nScriptCheckThreads) {
|
||||
for (int i=0; i<nScriptCheckThreads-1; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue