Files
hush3/src
Pieter Wuille ef0f422519 Remove contention on signature cache during block validation
Since block validation happens in parallel, multiple threads may be
accessing the signature cache simultaneously. To prevent contention:
* Turn the signature cache lock into a shared mutex
* Make reading from the cache only acquire a shared lock
* Let block validations not store their results in the cache
2013-01-08 02:00:59 +01:00
..
2012-04-27 10:14:33 -04:00
2013-01-08 02:00:59 +01:00
2012-12-18 21:39:29 +01:00
2012-08-28 17:13:11 -04:00
2012-12-17 18:09:53 +08:00
2012-05-18 22:02:28 +08:00
2013-01-08 02:00:59 +01:00
2012-05-18 22:02:28 +08:00
2012-12-18 21:39:29 +01:00
2013-01-08 02:00:59 +01:00
2012-10-25 16:12:40 +02:00
2012-05-18 22:02:28 +08:00
2012-10-20 23:08:56 +02:00
2012-12-18 21:39:29 +01:00
2013-01-08 02:00:59 +01:00
2012-12-04 16:00:47 -05:00
2013-01-08 02:00:59 +01:00
2012-12-18 21:39:29 +01:00
2012-11-16 00:12:33 +01:00
2012-12-30 20:46:54 -05:00
2012-12-18 21:39:29 +01:00
2012-10-08 17:46:45 -04:00