Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand
folly::split
documentation examples
Summary: Documentation is likely a second (after code usage in the codebase) if not the first one source of usage examples. Let's expand it a little bit by adding more usage examples: * there is a difference between char (' ') and string (" ") delimiter performance wise. * `folly::small_vector` and `folly::StringPiece` might be used to avoid heap allocation if number of split pieces are know in advance. Reviewed By: IosifSpulber Differential Revision: D50009704 fbshipit-source-id: 1b42102523b2a9a228e16ccb1115044463d9dcaa
- Loading branch information