python-bitcoin-blockchain-parser
python-bitcoin-blockchain-parser copied to clipboard
Investigate using struct to improve parsing speed.
I find the way the DBBlockIndex parses the block header info using struct very interesting. Using it elsewhere in the repo might help improve perf as struct is written in C.