aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-09-11 15:24:45 -0400
committerMatt Corallo <git@bluematt.me>2017-09-11 15:51:36 -0400
commit0b1b9148cd77092d2851eeed5c8c6d5ce117452a (patch)
treecea43a2e65ce78ee5672be68ab575878d604a345 /src/rpc/net.cpp
parent31e72b284ef54c4c221015c8d700946c6143fb7a (diff)
downloadbitcoin-0b1b9148cd77092d2851eeed5c8c6d5ce117452a.tar.xz
Remove countMaskInv caching in bench framework
We were saving a div by caching the inverse as a float, but this ended up requiring a int -> float -> int conversion, which takes almost as much time as the difference between float mul and div. There are lots of other more pressing issues with the bench framework which probably require simply removing the adaptive iteration count stuff anyway.
Diffstat (limited to 'src/rpc/net.cpp')
0 files changed, 0 insertions, 0 deletions