gflags now likes namespace gflags, not google
[folly.git] / folly / test / RangeFindBenchmark.cpp
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...