strings join
authorPhilip Pronin <philipp@fb.com>
Wed, 15 Aug 2012 01:55:35 +0000 (18:55 -0700)
committerTudor Bosman <tudorb@fb.com>
Sun, 26 Aug 2012 18:13:14 +0000 (11:13 -0700)
commitf3f96c69481d5dd078e3563b13bf05903dba6517
tree7b609384e5723aef4c44acacf7502fa15912b444
parent5b67454fe0be0482000e6fb53c73d2c84bb7dab6
strings join

Summary: The same interface as ##facebook::strings::join##, but few times faster.

Test Plan: folly/test/StringTest.cpp

Reviewed By: tudorb@fb.com

FB internal diff: D548863
folly/String-inl.h
folly/String.h
folly/test/StringTest.cpp