Using emplace_back to avoid temporary
[folly.git] / folly / test / RangeFindBenchmark.cpp
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-11 Tom JacksonFixing find_first_of O(n) case
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-09-26 Nicholas OrmrodFix lint errors
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-03-19 Mike CurtissUse aligned loads for Range::find_first_of
2013-01-19 Mike CurtissSpeed-up StringPiece::find_first_of()
2013-01-19 Soren LassenMake FindFirstOf[Offset]Range benchmarks traverse haystack.
2013-01-19 Soren LassenRemove unnecessary branch in Range::find_first_of(Range...
2012-10-12 Lucian Grijincufolly: Range: implement find_first_of and optimize...