namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Profile transaction serialization/deserialization #199

Open JeremyRand opened 4 years ago

JeremyRand commented 4 years ago

Upstream Electrum has a bunch of hex/binary conversion and copying going on in the Transaction class (mostly related to serialization/deserialization). Would be useful to profile this (maybe with very large transactions) and send any relevant optimizations upstream.