BigDeviltjj / tools

some useful tools and libs/modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

some useful tools and libs/modules.


Languages

Language:C++ 81.5%Language:Shell 12.6%Language:Python 3.5%Language:CMake 2.5%