A C++11 shared mutex with high emphasis on performance
-
Updated
Jun 28, 2021 - C++
A C++11 shared mutex with high emphasis on performance
A simple and fast cross platfrom shared mutex implementation.
A header-only C++20 library which provides a shared_mutex with higher read-read concurrency performance.
High-performance multithreaded in-memory key-value store in C++17 with Reader-Writer locks and Write-Ahead Logging (WAL) for crash-safe durability
A high-performance, concurrent hash map implementation for C++17 and beyond. This project evolves the classic "bucket-locking" design (originally popularized by Anthony Williams) by utilizing modern C++ standards to improve safety, expressiveness, and performance.
Add a description, image, and links to the shared-mutex topic page so that developers can more easily learn about it.
To associate your repository with the shared-mutex topic, visit your repo's landing page and select "manage topics."