Hacker News new | ask | show | jobs
by emjaygee 4254 days ago
Some people have built string processing libraries which operate on struct which have a string object reference and an index to the first character and a length. This lets you slice etc the strings without forcing any heap allocations.