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
7.7 MiB
Languages
C++ 61.9%
C 37.8%
Meson 0.3%