bingmann / malloc_count
Method to measure the amount of allocated memory of a program at run-time.
☆67Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for malloc_count
- Variadic templates and std::integer_sequence support library☆109Updated 3 years ago
- For details, see the blog post:☆31Updated 11 months ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 9 years ago
- Some near drop in stl compatible hash tables that are a lot more space efficient than any other options.☆20Updated 2 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆29Updated 5 years ago
- Implementation of the sacabench framework☆15Updated 3 years ago
- std::bitset with constexpr implementations plus additional features.☆117Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 4 years ago
- Very fast regexp using c++11 templates.☆82Updated 9 years ago
- ☆127Updated last year
- C++ Proposal: A constexpr bitwise operations library for C++☆35Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆107Updated 8 months ago
- A simple bitset library in C☆126Updated last month
- linear time suffix array construction algorithm☆12Updated 8 years ago
- A (Minimal) Perfect Hash Function based on irregular cuckoo hashing, retrieval, and overloading.☆15Updated last week
- C++ micro benchmark library☆88Updated 7 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆123Updated last year
- low-level library for minimizing the size of your types☆110Updated 5 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆21Updated 2 years ago
- A prototype implementation of the executors proposal☆84Updated 5 years ago
- The Bit Library☆58Updated 5 years ago
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆62Updated 5 months ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 7 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆30Updated 7 years ago
- Tools to dealing with template instantiation profiles generated by templight.☆82Updated last year
- UME::SIMD A library for explicit simd vectorization.☆90Updated 6 years ago
- FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)☆31Updated 6 years ago
- Super Scalar Sample Sort in modern C++☆20Updated 4 years ago