5 ms·
Some people have built string processing libraries which operate on struct which have a string object reference and an index to the first character and a length
by emjaygee 12y ago
Some people have built string processing libraries which operate on struct which have a string object reference and an index to the first character and a length. This lets you slice etc the strings without forcing any heap allocations.