omegafox/additions
Serhii Maltsev f42604c527 Optimize configuration loading: cache JSON
- Moved environment variable parsing to a dedicated loadConfig() function, called only once during initialization of the global g_jsonConfig.
- Updated GetJson() to return the cached JSON object, preventing repetitive parsing of environment variables on each access.
- Improved performance and simplified configuration data access.

Replace <stdio.h> with <cstdlib> and <cstdio>

- Updated include directives to use modern C++ headers.
- The new headers place standard library functions in the std namespace, enhancing compatibility and type safety as recommended by modern C++ standards.
2025-02-28 13:35:11 +01:00
..
browser Fix JSON format failures when packaging 2024-08-01 20:28:07 -05:00
camoucfg Optimize configuration loading: cache JSON 2025-02-28 13:35:11 +01:00
juggler Fix expect_response failing when decoding compressed resps #186 beta.22 2025-02-11 01:23:27 -06:00