• Tom Jackson's avatar
    Fixed-size split() · 6b0452df
    Tom Jackson authored
    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
    6b0452df
String-inl.h 18.4 KB