Hacker News new | past | comments | ask | show | jobs | submit login
The Sad State of C Strings (2021) (symas.com)
1 point by synergy20 8 months ago | hide | past | favorite | 1 comment



It all starts with the basic idea of null terminated *strings* --- which is itself kinda brain dead since they are never anything more (but often less) than an array of bytes.

Conceptually simple but highly problematic and computationally inefficient in many (if not most) use cases.

The solution is here: https://github.com/websnarf/bstrlib




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: