Hacker News new | ask | show | jobs
by jkercher 144 days ago
One of the advantages to the pointer + length approach is free substrings. This inline approach doesn't allow that.
1 comments

The ability to slice substrings results in a massive speed increase for string handling.