Martin Holst Swende b44f24e3e6
core, trie: speed up some tests with quadratic processing flaw (#21987)
This commit fixes a flaw in two testcases, and brings down the exec-time from ~40s to ~8s for trie/TestIncompleteSync.

The checkConsistency was performed over and over again on the complete set of nodes, not just the recently added, turning it into a quadratic runtime.
2020-12-10 14:48:32 +01:00
..
2020-11-25 08:53:20 +01:00
2017-05-25 17:14:33 +03:00
2020-05-25 10:21:28 +02:00
2018-12-14 11:15:31 +01:00