Closed Oppen closed 1 month ago
Use an unordered_map instead of a map for the variables tables. Query only once for the values.
unordered_map
map
Lovely! Thank you!
Use an
unordered_map
instead of amap
for the variables tables. Query only once for the values.