TartanLlama / dltraceLinks
A demonstration of tracing dynamic library loading and unloading on Linux.
☆19Updated 8 years ago
Alternatives and similar repositories for dltrace
Users that are interested in dltrace are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆138Updated last month
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆39Updated last year
- wait free FIFO queue, easy built cross platform(no extra dependencies needed)☆87Updated 6 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated last year
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆87Updated 10 years ago
- A simple template to start quickly a C++ project managed by CMake.☆41Updated 7 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆46Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A universal thread-safe memory pool.☆26Updated 7 years ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆123Updated 3 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆59Updated 2 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- A tool to collect the exceptions that can reach a C++ function☆27Updated 6 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- portability macros for compiler and hardware micro operations☆36Updated last year
- DEPRECATED. USE INSTEAD github.com/blockspacer/flextool☆58Updated 5 years ago
- Live Asynchronous Visualized Architecture☆98Updated 6 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- For details, see the blog post:☆34Updated 2 years ago
- A C++14 framework for asynchronous I/O, cooperative multitasking and green threads scheduling☆160Updated 7 years ago
- bad_alloc Behaving Badly☆76Updated 6 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago
- Reworking of Agner Fog's performance test programs for Linux☆115Updated last month