monero/src/blockchain_db/berkeleydb
warptangent b8707466e2
BlockchainBDB: When removing, find amount output index fast by starting at end
This improves blockchain reorganization time by allowing one of the more
expensive DB lookups when popping a block to not have to seek through a
long dup list in the "output_amounts" db. This is most noticeable for
HDDs.

See ffcf6bdb95
2016-01-28 21:15:44 -08:00
..
db_bdb.cpp BlockchainBDB: When removing, find amount output index fast by starting at end 2016-01-28 21:15:44 -08:00
db_bdb.h Fix hf when import with verify off 2016-01-15 17:26:19 +00:00