RafaGago / mini-async-log-cLinks
Mini async log C port. Now with C++ wrappers.
☆74Updated last year
Alternatives and similar repositories for mini-async-log-c
Users that are interested in mini-async-log-c are comparing it to the libraries listed below
Sorting:
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- libuv thread communication☆58Updated 2 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- Benchmarks for Schemaless Data Serialization Libraries☆56Updated 3 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆68Updated 2 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 4 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆144Updated 4 years ago
- portability macros for compiler and hardware micro operations☆36Updated 11 months ago
- Intrusive Red-Black Tree Collection☆33Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 8 years ago
- Netstring parsing in C☆35Updated 4 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Fast string to integer conversion☆15Updated 7 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆81Updated 9 years ago
- Lock-free interthread message queue.☆17Updated 9 years ago
- lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free me…☆14Updated 4 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆54Updated 5 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago