aboutsummaryrefslogtreecommitdiff
path: root/src/bench/mempool_eviction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | refactor: Avoid locking tx pool cs thriceMarcoFalke2018-07-291-1/+2
|/
* bench: Amend mempool_eviction test for witness txsMarcoFalke2018-04-171-0/+11
* bench: Move constructors out of mempool_eviction hot loopMarcoFalke2018-04-171-11/+19
* tests: Avoid copies of CTransactionMarcoFalke2018-04-111-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-1/+1
|\
| * Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-171-1/+1
* | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-3/+2
|/
* Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-1/+1
* Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-1/+1
|\
| * Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Add microbenchmarks to profile more code paths.Russell Yanofsky2016-10-181-0/+115