python-bitcoin-blockchain-parser icon indicating copy to clipboard operation
python-bitcoin-blockchain-parser copied to clipboard

Investigate using struct to improve parsing speed.

Open alecalve opened this issue 7 years ago • 0 comments

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.

alecalve avatar Feb 26 '18 18:02 alecalve