yellowdragonlabs / TDDLinks
See while you code
☆25Updated 5 months ago
Alternatives and similar repositories for TDD
Users that are interested in TDD are comparing it to the libraries listed below
Sorting:
- vectorization of the kd-tree data structure and search algorithm☆41Updated 7 years ago
- A C++ Header-Only Hierarchical State Tree Library☆57Updated this week
- Intorduction to profiling C\C++ applications. Description of different tools, comparison of capabilities and examples in code.☆54Updated 7 years ago
- Easily display progress in C++17. Inspired by python's awesome tqdm library.☆69Updated last year
- Abstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU☆30Updated 3 months ago
- A minimalist single-header library for building pattern-matchers, lexers, and parsers.☆201Updated last month
- SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.☆10Updated last year
- A fast binary search that tries to be branchless