Emily Boudreaux 31184647b7 perf(config): added cache
In order to prevent traversing the YAML tree I have added a hash map (O(1) lookup) to cache already accessed config variables. I have also added a vector to store keys requested but not found so we do not need to check for those every time
2025-02-20 09:30:43 -05:00
2025-02-20 09:30:43 -05:00
Description
No description provided
1.5 MiB
Languages
C++ 61.6%
C 38.2%
Meson 0.2%