Hacker News new | ask | show | jobs
by nwmcsween 1514 days ago
Why? IIRC something like 99% of string operations are on 20 chars or less. If you're hitting bottlenecks then optimize.
1 comments

If you are arguing most string ops have just a few chars and therefore don’t use vectors… why do we need to spend silicon enhancing rep prefix in the first place?