rust-bitcoin-unsafe-fast/src/blockdata
Andrew Poelstra 1be45395da Store TxOuts directly in UtxoSet rather than in Boxes
This gives a significant speedup during deserialization since we
don't have to allocate for every output.
2014-07-23 11:27:03 -07:00
..
block.rs Rename Serializable::hash() to Serializable::bitcoin_hash() 2014-07-19 16:11:55 -07:00
blockchain.rs Rename Serializable::hash() to Serializable::bitcoin_hash() 2014-07-19 16:11:55 -07:00
constants.rs Rename Serializable::hash() to Serializable::bitcoin_hash() 2014-07-19 16:11:55 -07:00
mod.rs Initial commit, move into Cargo 2014-07-18 06:56:17 -07:00
opcodes.rs Initial commit, move into Cargo 2014-07-18 06:56:17 -07:00
script.rs Initial commit, move into Cargo 2014-07-18 06:56:17 -07:00
transaction.rs Rename Serializable::hash() to Serializable::bitcoin_hash() 2014-07-19 16:11:55 -07:00
utxoset.rs Store TxOuts directly in UtxoSet rather than in Boxes 2014-07-23 11:27:03 -07:00