electrumx/tests/lib
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
..
test_addresses.py Update tests for COIN changes 2017-09-07 14:26:16 +09:00
test_hash.py Add comprehensive tests of lib/hash.py 2017-07-10 19:01:03 +09:00
test_util.py Minor optimizations to Bitcoin tx processing (#214) 2017-09-09 11:06:46 +07:00