undoio / l3Links
L3: Lightweight Logging Library. A very small 'C' library to generate low-footprint, non-intrusive, high-performance logging of trace messages in an mmap()'ed file. Tools are provided to unpack the binary log-data into human-readable traces.
☆155Updated 6 months ago
Alternatives and similar repositories for l3
Users that are interested in l3 are comparing it to the libraries listed below
Sorting:
- Stack and Static based allocators + a Custom Aligned allocator in modern C++☆106Updated last year
- C++ Memory safety (memsafe) single-header libraries and Clang compiler plugin for safe C++, which reduces errors for reference data types…☆270Updated last week
- Zoo library☆133Updated 4 months ago
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆277Updated this week
- Lightweight recording and sampling of performance counters for specific code segments directly from your C++ application.☆154Updated 3 weeks ago
- Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects ag…☆95Updated last month
- A C++ type to trace calls to special member functions.☆103Updated last year
- A lightweight, high-performance C++ benchmarking and tracking library for effortless function profiling in both development and productio…