index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
Age
Commit message (
Expand
)
Author
2017-04-13
Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair
Wladimir J. van der Laan
2017-04-10
Merge #9949: [bench] Avoid function call arguments which are pointers to unin...
Wladimir J. van der Laan
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-14
Merge #9505: Prevector Quick Destruct
Wladimir J. van der Laan
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-08
[bench] Avoid function call arguments which are pointers to uninitialized values
practicalswift
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-06
Merge #9547: bench: Assert that division by zero is unreachable
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-02-07
bench: Fix initialization order in registration
Wladimir J. van der Laan
2017-02-02
Assert that what might look like a possible division by zero is actually unre...
practicalswift
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-19
Merge #9498: Basic CCheckQueue Benchmarks
Wladimir J. van der Laan
2017-01-17
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-11
Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic number...
Jeremy Rubin
2017-01-10
Add prevector destructor benchmark
Jeremy Rubin
2017-01-09
Add Basic CheckQueue Benchmark
Jeremy Rubin
2017-01-09
Merge #9353: Add data() method to CDataStream (and use it)
Pieter Wuille
2017-01-05
Merge #9138: Improve fee estimation
Pieter Wuille
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-04
Remove member variable hadNoDependencies from CTxMemPoolEntry
Alex Morcos
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-20
Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...
Wladimir J. van der Laan
2016-12-15
bench: Use CDataStream.data()
Wladimir J. van der Laan
2016-12-13
SelectCoinsMinConf: Prefer coins with fewer ancestors
Gregory Sanders
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-05
Do not shadow variables (gcc set)
Pavel Janík
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-22
bench: Add support for measuring CPU cycles
Wladimir J. van der Laan
2016-11-22
bench: Fix subtle counting issue when rescaling iteration count
Wladimir J. van der Laan
2016-11-10
Use better name for local variable to prevent -Wshadow compiler warning
Pavel Janík
2016-11-09
Add deserialize + CheckBlock benchmarks, and a full block hex
Matt Corallo
2016-11-06
[copyright] copyright header style uniform
isle2983
2016-10-27
bench: Add benchmark for lockedpool allocation/deallocation
Wladimir J. van der Laan
2016-10-18
Add microbenchmarks to profile more code paths.
Russell Yanofsky
2016-05-31
Merge #8115: Avoid integer division in the benchmark inner-most loop.
Wladimir J. van der Laan
2016-05-30
Avoid integer division in the benchmark inner-most loop.
Gregory Maxwell
2016-05-30
Merge #8107: bench: Added base58 encoding/decoding benchmarks
Wladimir J. van der Laan
2016-05-28
Benchmark SipHash
Pieter Wuille
2016-05-27
bench: Added base58 encoding/decoding benchmarks
Yuri Zhykin
[next]