#string-handling

[ follow ]
fromLemire
7 months ago
JavaScript

Replace strings by views when you can

Using a single string buffer for integers drastically reduces memory consumption compared to multiple std::string instances.
[ Load more ]