MySQL 9.1.0
Source Code Documentation
|
Classes | |
class | Atomics_array |
Array of std::atomic elements of type T . More... | |
class | Integrals_lockfree_queue |
Lock-free, fixed-size bounded, multiple-producer (MP), multiple-consumer (MC), circular FIFO queue for integral elements. More... | |
class | Interleaved_indexing |
Indexing provider that interleaves sequentially stored array elements in order to keep them from being pulled to the same cache line, in order to avoid false sharing and cache misses. More... | |
class | Padded_indexing |
Indexing provider that pads each of the array elements to the size of the CPU cache line, in order to avoid false sharing and cache misses. More... | |