Skip to content

BigDeviltjj/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published