Fixed-size split()
Summary: There are quite a few places where we split strings into a fixed number of fields. This enables this to be done a bit faster by not using any variable-length structures at runtime. Test Plan: Unit tests, Benchmarks Reviewed By: philipp@fb.com FB internal diff: D794523
Showing
Please register or sign in to comment