aboutsummaryrefslogtreecommitdiff
path: root/src/bench/prevector.cpp
AgeCommit message (Collapse)Author
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
Do not share functions that are meant to be translation unit local with other translation units. Use internal linkage for those consistently.
2018-02-27Add new prevector benchmarks.Evan Klitzke
This prepares for a series of two additional commits which optimize prevector performance.