electrumx/docs
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
..
ACKNOWLEDGEMENTS Update ACKNOWLEDGEMENTS 2017-03-11 13:51:51 +09:00
ARCHITECTURE.rst Complete rewrite of JSON RPC infrastructure 2017-01-23 23:36:02 +09:00
AUTHORS Dynamic header support 2017-03-25 11:35:55 +09:00
ENVIRONMENT.rst Make COIN env variable mandatory. 2017-09-07 13:53:44 +09:00
HOWTO.rst Update HOWTO.rst: Add iptables example for running on privileged port (#245) 2017-09-02 16:26:46 +07:00
PEER_DISCOVERY.rst Stop persisting peers; resdiscover on restart 2017-09-08 17:39:48 +09:00
PERFORMANCE-NOTES Minor optimizations to Bitcoin tx processing (#214) 2017-09-09 11:06:46 +07:00
PROTOCOL.rst Fix doc typos 2017-09-08 10:21:46 +09:00
RPC-INTERFACE.rst Add new RPC method: add_peer 2017-03-25 11:35:54 +09:00