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
2018-05-20
trivial: Mark overrides as such.
Daniel Kraft
2018-05-13
bench: Add block assemble benchmark
MarcoFalke
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-08
Benchmark Merkle root computation
Pieter Wuille
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-24
Merge #13013: bench: Amend mempool_eviction test for witness txs
MarcoFalke
2018-04-19
Merge #13025: Dead code removal
MarcoFalke
2018-04-18
benchmark: Removed bench/perf.cpp
Thomas Snider
2018-04-17
bench: Amend mempool_eviction test for witness txs
MarcoFalke
2018-04-17
bench: Move constructors out of mempool_eviction hot loop
MarcoFalke
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-22
Merge #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Wladimir J. van der Laan
2018-03-13
Benchmark BnB in the worst case where it exhausts
Andrew Chow
2018-03-13
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
Use a struct for output eligibility
Andrew Chow
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-03
Allow wallet files in multiple directories
Russell Yanofsky
2018-02-27
Add new prevector benchmarks.
Evan Klitzke
2018-02-22
test: Plug memory leaks and stack-use-after-scope
MarcoFalke
2018-01-16
Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
Use best-fit strategy in Arena, now O(log(n)) instead O(n)
Martin Ankerl
2017-12-23
Removed CCheckQueueSpeed benchmark
Martin Ankerl
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
Merge #11654: tests: Initialize recently introduced non-static class member l...
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-13
Initialize recently introduced non-static class member lastCycles to zero in ...
practicalswift
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-11-09
Require a steady clock for bench with at least micro precision
Matt Corallo
2017-11-07
bench: prefer a steady clock if the resolution is no worse
Cory Fields
2017-11-07
bench: switch to std::chrono for time measurements
Cory Fields
2017-09-11
Remove countMaskInv caching in bench framework
Matt Corallo
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-31
Restore default format state of cout after printing with std::fixed/setprecision
practicalswift
2017-07-20
Add SHA256 dispatcher
Pieter Wuille
2017-07-15
Avoid static analyzer warnings regarding uninitialized arguments
practicalswift
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
[prev]
[next]