danicoin/src/cryptonote_core
moneromooo-monero 5d4ef719b9
core: speed up output index unique set calculation
A sort+uniq step was done for every tx in a 200 block chunk,
causing a lot of repeated scanning as the size of the offset
map got larger with every added tx. We now do the step only
once at the end of the loop.
Doing it this way potentially uses more memory, but testing
shows that it's currently only about 2% more.
2017-08-01 14:06:12 +01:00
..
blockchain.cpp core: speed up output index unique set calculation 2017-08-01 14:06:12 +01:00
blockchain.h Fix mismatch of parameter name between header file and implementation for set_user_options() 2017-06-23 05:16:11 +08:00
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
CMakeLists.txt changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
cryptonote_core.cpp cryptonote_core: initialize checkpoint flag 2017-07-02 18:45:25 +01:00
cryptonote_core.h Speedup print_pool_stats 2017-06-01 17:34:03 +01:00
cryptonote_tx_utils.cpp core: avoid possible reordering bugs wth tx/bloch hash cache 2017-03-25 09:18:53 +00:00
cryptonote_tx_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tx_pool.cpp tx_pool: initialize padding in txpool meta structure 2017-07-02 18:45:29 +01:00
tx_pool.h Speedup print_pool_stats 2017-06-01 17:34:03 +01:00