A qfind_first_byte_of using a bitset in folly/Range.cpp
authorYedidya Feldblum <yfeldblum@fb.com>
Wed, 23 Sep 2015 23:10:09 +0000 (16:10 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Thu, 24 Sep 2015 17:20:40 +0000 (10:20 -0700)
commit9013b5e00d1caae4bb91f56d369eae8a543f430c
tree97ae414bee161edba4a54055e7d3e71ce19ea48a
parentac75bb2d471a5e6723f811d29c8e9ccd2d6b0f48
A qfind_first_byte_of using a bitset in folly/Range.cpp

Summary: [Folly] A `qfind_first_byte_of` using a `bitset` in `folly/Range.cpp`.

With additions to the existing benchmark program.

Reviewed By: @nbronson

Differential Revision: D2465890
folly/Range.cpp
folly/test/RangeFindBenchmark.cpp