grin/chain
hashmap 80a8f76c4c
Optimize Option to Error conversion (#3036)
To convert option to error we generate an error message. In some places
it contains header or block hash code or other data which is costly to
produce. So during the initial header sync we spend 12% of all time on
generating those messages (in 99% cases we don't use it). This PR
introduces a lazy generation of error messages which completely
eliminates CPU load during the header sync.
2019-09-10 14:38:36 +02:00
..
src Optimize Option to Error conversion (#3036) 2019-09-10 14:38:36 +02:00
tests Split header MMR (and sync MMR) out from txhashset (#3004) 2019-09-07 07:28:26 +08:00
Cargo.toml update version number 2019-06-25 15:43:46 +01:00