johsteffens / tbmanLinks
Memory Manager - Fast, Scalable and Easy to use
☆29Updated 6 months ago
Alternatives and similar repositories for tbman
Users that are interested in tbman are comparing it to the libraries listed below
Sorting:
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Cmake utilities for C++11 projects targeting Windows(host/cross build), Raspberry Pi (host/cross build), macOS, iOS, Android☆41Updated 2 months ago
- Enumerating all of the Undefined Behavior in C++☆36Updated 3 years ago
- C++ virtual-array implementation that uses all graphics cards in system as storage (with LRU cache eviction on RAM) and uses OpenCL for d…☆16Updated last year
- An Array Mapped Tree implementation☆10Updated 4 years ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 4 months ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated last year
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- DWARF debug info viewer using GTK+☆53Updated 4 years ago
- C++ wrapper around wyhash and wyrand☆14Updated 10 months ago
- Miscellaneous Useful Utilities for C++.☆30Updated last year
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 9 months ago
- C++ Faking library, which allows faking/mocking regular functions, static member functions and non-virtual member functions for testing p…☆28Updated 3 weeks ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- C11 parser with GNU C extensions written in C++14☆17Updated 6 years ago
- oystr recursively searches directories for a substring.☆11Updated 3 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆54Updated 10 months ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆52Updated last month
- Enterprise quality C++ application framework with dependency injection, test framework, and logging☆16Updated last year
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- Help code to be able to use C++ as a scriptable and debuggable language without using any language wrappers☆28Updated 6 years ago
- Standalone reimplementation of //base module from Chromium☆56Updated 3 weeks ago
- Comparison of C++ Serialization Libraries for Graph Data☆35Updated 3 years ago
- C++11 compatible charconv☆31Updated last month