Sort #include lines
[folly.git] / folly / test / RangeFindBenchmark.cpp
2017-07-13 Yedidya FeldblumSort #include lines
2017-01-04 Yedidya Feldblum2017
2016-11-03 Jim Meyeringfolly/test/RangeFindBenchmark.cpp: avoid shadowing...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-10-02 Yedidya FeldblumSupport SSE-enabled Range functions under Clang
2015-09-24 Yedidya FeldblumA qfind_first_byte_of using a bitset in folly/Range.cpp
2015-09-23 Yedidya FeldblumSearch unpadded strings in Range benchmarks
2015-09-22 Yedidya FeldblumFully clean up before each round of benchmarks in Range...
2015-09-15 Yedidya FeldblumNo need to export global instances of folly::AsciiCase...
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...