electrumx/tests
Justin Turner Arthur 0c2e5c6368 Minor optimizations to Bitcoin tx processing (#214)
* Construct unpacking functions for byte format up front to save time
wasted on parsing format string every iteration.

* Store length ahead of time as the overhead adds up.

* Reduce object attribute lookups in hash functions.

* Clean up lib pkg API changes. Unit test new "public" API members.
Underscore prefix for internal hash module funcs. Make bytes.fromhex a
public function.

* Document recent performance findings.
2017-09-09 11:06:46 +07:00
..
blocks Update tests for COIN changes 2017-09-07 14:26:16 +09:00
lib Minor optimizations to Bitcoin tx processing (#214) 2017-09-09 11:06:46 +07:00
server Update tests for COIN changes 2017-09-07 14:26:16 +09:00
wallet Update tests for COIN changes 2017-09-07 14:26:16 +09:00
__init__.py Add unit tests for storage interfaces 2016-11-06 18:16:16 +01:00
test_blocks.py Rename block_full to block. 2017-07-30 20:41:08 +09:00