split()
authorTom Jackson <tjackson@fb.com>
Tue, 13 Nov 2012 23:12:04 +0000 (15:12 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:44:41 +0000 (14:44 -0800)
commita0b4accedcdea0d5aef99406d85a7003e33c8864
tree24067d0440165f9156c8428dcd5344af99de52e5
parent001261719c3736b167dcbeb0a9a81b28ee80b6f8
split()

Summary: Normal split to complement resplit, and it's a bit faster than folly::split().

Test Plan: Unit tests, Benchmarks (result in code comment)

Reviewed By: tudorb@fb.com

FB internal diff: D629998
folly/experimental/StringGen-inl.h
folly/experimental/StringGen.h
folly/experimental/test/GenBenchmark.cpp
folly/experimental/test/GenTest.cpp