workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。
-
Updated
Oct 24, 2024 - C++
workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。
Primer for C++ Concepts
Data structures & algorithms implemented in C++, compatible with STL.
Collection of useful type traits for C++.
SFINAE-able error messages for C++ templates
Compile-time constexprness checks for functions, member functions, and function objects. Includes implementation of INVOKE rules
PEG Parser Template Library
re-implement The standard C++ containers
A performant recreation of the C++ library containers
Checks if an operator exist or not.
Contains classes for running functions asynchronously that protect access, from outside threads, to the internal data with a mutex. CPPLambdaRunner uses a user-supplied lambda function as the work thread.
Implementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-black tree set implementation.
C++ Template Query Language allows to make compile time type checks include tuples and STL type_traits
snippets and examples for C++'s SFINAE, move semantics, multithreading, ...
Add a description, image, and links to the sfinae topic page so that developers can more easily learn about it.
To associate your repository with the sfinae topic, visit your repo's landing page and select "manage topics."