Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 754 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 754 Bytes

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.