mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-20 22:25:50 +00:00
More optimizations: pre-calculate or guess various array sizes to avoid needlessly re-sizing them later. Sha256Hash caches the hashCode. Message classes now track their (estimated) length even when not using deserialization-related constructors.