Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 554 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 554 Bytes

cpp_utils

Utility Class and Functions For C++
This Functions for C++11 and after. MapStatic class is for before from C++11 .
Parallel accumulate function for anyone who doesn't have standart parallel accumulate function.
Measure spent time function for measuring spent time by function.
Parallel find function for anyone who doesn't have standart parallel find function.
MapStatic class for anyone who doesn't have c++11 and further standard and want to use static memory.