/tools

some useful tools and libs/modules.

Primary LanguageC++

tools

some useful tools and libs/modules and some tips when developing.

.
├── cpp
│   ├── Geometry
        some technologies used in geometric libs
│   ├── MemoryArena
        useful memory allocate wrapper makes dynamic allocation ten times faster
│   ├── ParallelFor
        easy to use parallel_for function and also a high performance thread_pool class
│   │   ├── bin
│   │   ├── include
│   │   ├── lib
│   │   └── src
│   ├── glog
        typical use example of glog, just for quick reference
├── linux
    configuration and easy to use tools and bash files
└── python
    (TODO)

checkout each folder for more details.