Y
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
WalterBright
144 days ago
The ability to slice substrings results in a massive speed increase for string handling.
link