omegafox/additions/camoucfg
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
..
json.hpp Cleanup & bump to v129.0-beta.4 2024-08-18 04:30:45 -05:00
MaskConfig.hpp Optimize configuration loading: cache JSON 2025-02-28 13:35:11 +01:00
MouseTrajectories.hpp feat: Add humanize:minTime 2024-10-12 00:21:38 -05:00
moz.build feat: Add human-like cursor movement & cursor highlighter #19 beta.10 2024-10-02 21:15:46 -05:00