Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
andrepd
5 months ago
|
parent
|
context
|
favorite
| on:
Love C, hate C: Web framework memory problems
It requires manual allocation of an array of tokens. So it needs a backing "stack vector" of sorts.
And what about escapes?
int_19h
5 months ago
[–]
For escapes you can mutate the raw buffer with data in place, since a single escape always expands to fewer characters than the escape itself.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
And what about escapes?