OpenMP parallelized merge sort optimized with merge sort algorithm (for the record, this seems to be the only version available on github that implemented merge sort algorithm with OpenMP).
Merg-path based Parallel Sparse Matrix-Matrix Algorithm for Irregular Sparse Matrices
A high performence Cross-platform (parallel) STL-like LSD radix sort algorithm by C++20, 2.5-14.3x faster than std::sort, support user-defined struct.
基于tcmalloc,实现了一个具有三层缓存的高并发内存池(ThreadCache、Centralcache,PageCache)
A header-only C++17 library implementing a simple concurrent lock-free memory pool
Parallel Monte Carlo Tree Search, see `README.md` for more detailed usage and information.