bingmann / malloc_count
Method to measure the amount of allocated memory of a program at run-time.
☆68Updated 2 years ago
Alternatives and similar repositories for malloc_count:
Users that are interested in malloc_count are comparing it to the libraries listed below
- DSL for SIMD Sorting on AVX2 & AVX512☆30Updated 6 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
- An efficient external-memory algorithm for the construction of minimal perfect hash functions☆63Updated 9 months ago
- Variadic templates and std::integer_sequence support library☆110Updated last week
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 9 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆72Updated 8 months ago
- For details, see the blog post:☆32Updated last year
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Implementation of the sacabench framework☆15Updated 3 years ago
- A proposal for a executor programming model for ISO C++☆138Updated 4 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆126Updated last year
- 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 …☆26Updated 2 years ago
- A (Minimal) Perfect Hash Function based on irregular cuckoo hashing, retrieval, and overloading.☆19Updated 3 months ago
- Generic Reusable Parallel Patterns Interface☆81Updated 2 years ago
- In-place Parallel Super Scalar Radix Sort (IPS²Ra)☆30Updated last month
- C library to compute the Hamming weight of arrays☆45Updated 6 years ago
- Tools to dealing with template instantiation profiles generated by templight.☆83Updated last year
- Compact Tree Representation☆16Updated 7 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆93Updated 3 years ago
- Super Scalar Sample Sort in modern C++☆20Updated 4 years ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Cross-platform atomic operations and lock algorithm library☆97Updated 6 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆109Updated 2 months ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆65Updated 4 years ago