|
cds
1.4.0
|
| The main library namespace | |
| Atomic primitives | |
| Different backoff schemes | |
| Some helper compile-time tricks | |
| Bit operations | |
| Standard (non-intrusive) containers | |
| CuckooSet and CuckooMap related definitions | |
| LazyList ordered list related definitions | |
| MichaelList ordered list related definitions | |
| MichaelHashMap related definitions | |
| MichaelHashSet related definitions | |
| Common options for non-intrusive containers | |
| SkipListSet related definitions | |
| SplitListSet related definitions | |
| Striped hash set related definitions | |
| C++11 Atomic library support | |
| Helper classes and functions | |
| Different safe memory reclamation schemas (garbage collectors) | |
| Common implementation details for any GC | |
| Gidenstam's memory reclamation schema (HRC) | |
| Michael's Hazard Pointers reclamation schema | |
| Pass The Buck reclamation schema | |
| Details of Pass the Buck algorithm | |
| Intrusive containers | |
| Baskets queue related definitions | |
| CuckooSet-related definitions | |
| LazyList ordered list related definitions | |
| MichaelDeque related definitions | |
| MichaelList ordered list related definitions | |
| MichaelHashSet related definitions | |
| Common options for intrusive containers | |
| Predefined option values | |
| Optimistic queue related definitions | |
| Definitions common for single-linked data structures | |
| SkipListSet related definitions | |
| Split-ordered list related definitions | |
| StripedSet related definitions | |
| Synchronization primitives | |
| Memory-related algorithms: allocators etc | |
| Michael's allocator (class Heap) | |
| Options related for Michael's allocator Heap | |
| Framework to define template options | |
| Predefined options value (generally, for the options that determine the data types) | |
| OS specific wrappers | |
| IBM AIX specific wrappers | |
| FreeBSD-specific wrappers | |
| HP-UX-specific wrappers | |
| Linux-specific wrappers | |
| Posix-related wrappers | |
| Sun Solaris-specific wrappers | |
| Windows-specific functions | |
| Threading support | |
| User-space Read-Copy Update (URCU) namespace | |
| C++11 standard library wrapper namespace |