Browse Source
* 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.master
committed by
Neil
7 changed files with 69 additions and 24 deletions
Loading…
Reference in new issue