6 ms·
One of the advantages to the pointer + length approach is free substrings. This inline approach doesn't allow that.
by jkercher 8mo ago
One of the advantages to the pointer + length approach is free substrings. This inline approach doesn't allow that.
- WalterBright 8mo agoThe ability to slice substrings results in a massive speed increase for string handling.