Skip to content

geronimo22/dfg-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfg-cpp

C++ Implementation of DFG. See the nodejs implementation for more documentation.

Design

  • For each file path, there will be a static struct of:
    1. vector of raw json files
    2. primary cache
    3. 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

About

C++11 Implementation of DFG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • CMake 0.2%