C++ Implementation of DFG. See the nodejs implementation for more documentation.
- For each file path, there will be a static struct of:
- vector of raw json files
- primary cache
- secondary cache
- users will stack allocate a handle to the configs that will point to a one of the above based on the path used
So, it's not really a singleton, but it manages the memory allocation based on a path that defines a unique key