skywind3000 / memslabLinks
Slab Memory Allocator in Application Layer
☆29Updated 8 years ago
Alternatives and similar repositories for memslab
Users that are interested in memslab are comparing it to the libraries listed below
Sorting:
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Updated 6 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Convert build system from autoconf/make to CMake☆78Updated 3 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆49Updated 7 years ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 12 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Cross-Platform Networking Library☆43Updated 3 years ago
- A header only fast HTTP parser/generator for C++.☆31Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 10 years ago
- a key-value lib based on share memory, it use hash data struct☆17Updated 12 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- fast malloc. similar to google-tcmalloc.☆25Updated 9 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated 2 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 7 years ago
- nanomsg rpc with protobuf☆40Updated 12 years ago
- Mirror of Apache C++ Standard Library☆66Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆86Updated 10 years ago
- A event-driven network library based on reactor pattern written in C.☆17Updated 10 years ago