Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 388 Bytes

DB-STD: very Simplified C++ Standard Library Implementations

Some cool useful constructs for safe performant C++ multithreading.

Vector

It's a vector.

Lifetime

Pretty printer for testing object construction, move construction, copy construction, move assignment, copy assignment, and destruction.

RingBuffer

Single Producer, single consumer thread-safe lock-free queue.