It turns out I don't need to use a memstream for printf. It's faster
without it. Also, we have to free 'all' rather than 'fmt' since we
iterate on all. Also, return char * from escape to avoid deconst.
Discussed with: des
Sponsored by: Netflix
Differential D51777
find: Stop using memstream for -printf Authored by imp on Aug 6 2025, 10:22 PM. Tags None Referenced Files None Subscribers None
Details
It turns out I don't need to use a memstream for printf. It's faster Discussed with: des
Diff Detail
|