aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/compactbinaryjson.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-04-10 22:54:18 +0200
committerStefan Boberg <[email protected]>2026-04-10 22:54:18 +0200
commit7f41e7c3b1b639dfc1a0d074e7aee5f37a1b6983 (patch)
tree9052bfe7cea8ecd78d744a2258d0cf0f5f07a2e1 /src/zencore/compactbinaryjson.cpp
parentMerge branch 'main' into sb/reduce-allocs (diff)
downloadzen-7f41e7c3b1b639dfc1a0d074e7aee5f37a1b6983.tar.xz
zen-7f41e7c3b1b639dfc1a0d074e7aee5f37a1b6983.zip
Reduce short-lived heap allocations in zenserver
- Replace fmt::format float temporaries in CbXmlWriter with fmt::format_to via StringBuilderAppender - Replace std::vector<std::string> URL tokenizer with eastl::fixed_vector<std::string_view, 5> in cache details handler - Replace std::strtoull/strtoul(std::string(...).c_str()) with zen::ParseInt in session log handler - Replace StrCaseCompare(std::string(sv).c_str(), ...) with string_view overload in workspace handlers
Diffstat (limited to 'src/zencore/compactbinaryjson.cpp')
0 files changed, 0 insertions, 0 deletions