danicoin/src
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_db blockchain_db: add a txpool tx getter which returns existence 2017-06-11 15:36:48 +01:00
blockchain_utilities Move txpool to the database 2017-05-25 22:23:37 +01:00
blocks Add dependency for blocksdat.o 2017-03-04 22:02:10 +00:00
common perf_timer: allow profiling more granular than millisecond 2017-08-01 14:05:20 +01:00
crypto crypto: moved boost::lock_guard into a smaller scope 2017-06-22 18:11:15 +09:00
cryptonote_basic miner: fix background mining options parsing 2017-07-12 11:22:50 +01:00
cryptonote_core core: speed up output index unique set calculation 2017-08-01 14:06:12 +01:00
cryptonote_protocol Remove typeid use in network_address 2017-06-28 09:11:24 +01:00
daemon Merge pull request #2170 2017-07-19 11:51:35 +02:00
daemonizer Don't hardcode /tmp 2017-07-11 12:38:51 +01:00
mnemonics electrum-words: fix seed mistakenly thought to be old style 2017-06-22 16:47:07 +01:00
p2p Remove typeid use in network_address 2017-06-28 09:11:24 +01:00
platform update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
rpc Remove typeid use in network_address 2017-06-28 09:11:24 +01:00
serialization update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
simplewallet Merge pull request #2159 2017-07-19 11:52:27 +02:00
wallet Merge pull request #2125 2017-07-03 12:30:46 +02:00
CMakeLists.txt IOS CMAKE build settings 2017-04-03 18:38:50 +02:00
cryptonote_config.h Merge pull request #1701 2017-05-05 11:26:11 +02:00
version.cmake update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
version.h.in update version to 0.10.3.1 tag 2017-03-26 23:29:31 +02:00