CDS (Concurrent Data Structures) is a C++ template library of lock-free and fine-grained lock-based algorithms. It contains a collection of concurrent data structures: queues, stacks, sets, maps, etc, and safe memory reclamation schema for concurrent containers - Hazard Pointer and user-space RCU. See doxygen doc http://libcds.sourceforge.net/doc/cds-api/index.html.
The source code repo for libcds 2.x has been moved to https://github.com/khizmax/libcds
Features
- Supported processors: x86, amd64 (x86_64), arm, PowerPC, ia64 (Itanium), sparc
License
BSD LicenseFollow cds
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Fantastic project, thank you so much for telling
-
libcds eliminates all your problems when dealing with lock-free datastructures in C++. I'm seriously impressed with the ease of integration into existing projects. Excellent job !!!