gsauthof / cgmemtime
cgmemtime measures the high-water RSS+CACHE memory usage of a process and its descendant processes.
☆111Updated 2 years ago
Alternatives and similar repositories for cgmemtime:
Users that are interested in cgmemtime are comparing it to the libraries listed below
- Bitset Sort, a faster std::sort replacement.☆78Updated 2 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- Decode binaries and print out which instruction set extensions they use. This program's name is a lie: it supports not just x86/ELF but a…☆215Updated last week
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆161Updated 2 weeks ago
- Parallel bzip2 utility☆137Updated 2 years ago
- MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.☆109Updated 3 weeks ago
- For details, see the blog post:☆32Updated last year
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- Colourify backtrace output in GDB with Python API☆37Updated 5 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Vectorized version of the PCG random number generator☆75Updated 6 years ago
- Autotools-style configure script wrapper around CMake☆85Updated 7 years ago
- A benchmark for sorting algorithms☆59Updated 3 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Bloom-filter based minimal perfect hash function library☆253Updated last year
- Memory allocation tracking library☆60Updated 5 years ago
- Commandline Monitor for Icecream☆53Updated 3 weeks ago
- C++ library to easily start subprocesses and pipelines of commands☆14Updated last year
- Rolling Hash C++ Library☆188Updated 10 months ago
- Demonstration of LLVM's opt-viewer tool☆70Updated 7 years ago
- Automatically spawn gdb on error.☆66Updated 2 years ago
- Simple out-of-process invoker☆18Updated 7 months ago
- A fast implementation for varbyte 32bit/64bit integer compression☆116Updated 7 years ago
- ☆38Updated last year
- Fast differential coding functions (using SIMD instructions)☆51Updated 7 years ago
- Fast in-place radix sort with STL-like API☆46Updated 8 years ago
- Hashing functions and PRNGs based on them☆155Updated this week
- fine-grained, cgroup-based tool for profiling memory usage over time of a process tree☆42Updated 6 months 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 …☆22Updated 2 years ago
- SIMD-enabled Levenshtein distance in C++