Open
Description
Currently config library uses unordered map (in ClioConfigDefinitions
) to store config items. It is inefficient since there are a few places with search by prefix and currently it iterates through all the items of the map.
There are two ways to improve it:
- If possible make almost everything compile time.
- Use trie instead of unordered map.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status