mirror of
https://github.com/monero-project/monero.git
synced 2025-08-11 17:30:18 -04:00
Merge pull request #4769
5808530f
blockchain: remove unused output_scan_worker parameter (moneromooo-monero)1426209a
blockchain: don't run threads if we have just one function to run (moneromooo-monero)6f7a5fd4
db_lmdb: slight speedup getting array data from the blockchain (moneromooo-monero)99fbe100
db_lmdb: save some string copies for readonly db keys/values (moneromooo-monero)bf31447e
tx_pool: speed up take_tx for transactions from blocks (moneromooo-monero)4f005a77
tx_pool: remove unnecessary get_transaction_hash (moneromooo-monero)593ef598
perf_timer: call reserve on new timer array (moneromooo-monero)6ecc99ad
core: avoid unnecessary tx/blob conversions (moneromooo-monero)00cc1a16
unit_tests: notify test special case for the usual weirdo (moneromooo-monero)
This commit is contained in:
commit
0cc3fc3756
11 changed files with 68 additions and 52 deletions
|
@ -110,6 +110,7 @@ LoggingPerformanceTimer::LoggingPerformanceTimer(const std::string &s, const std
|
|||
{
|
||||
MCLOG(level, cat.c_str(), "PERF ----------");
|
||||
performance_timers = new std::vector<LoggingPerformanceTimer*>();
|
||||
performance_timers->reserve(16); // how deep before realloc
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue