dragonfly/.devcontainer
Roman Gershman a1e7535e63
fix: reduce stack usage on Fedora (#4690)
FormatInfoMetrics used 18KB of stack size in debug mode.
Each call to append increased the stack even though the calls were done
from the scope blocks. This PR overcomes this by move the calls to lambda functions.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2025-03-04 09:41:44 +02:00
..
alpine fix: edge cases around mismatched path in json code (#3609) 2024-09-02 21:37:59 +03:00
fedora chore: add ubuntu22 devcontainer (#2700) 2024-03-09 17:38:01 +02:00
fedora41 fix: reduce stack usage on Fedora (#4690) 2025-03-04 09:41:44 +02:00
ubuntu20 chore: add ubuntu22 devcontainer (#2700) 2024-03-09 17:38:01 +02:00
ubuntu22 chore: add ubuntu22 devcontainer (#2700) 2024-03-09 17:38:01 +02:00