skywind3000 / memslabLinks
Slab Memory Allocator in Application Layer
☆28Updated 7 years ago
Alternatives and similar repositories for memslab
Users that are interested in memslab are comparing it to the libraries listed below
Sorting:
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆91Updated 5 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 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☆17Updated 6 years ago
- Automatically exported from code.google.com/p/manualgc☆17Updated 10 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
- nanomsg rpc with protobuf☆39Updated 11 years ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- A header only fast HTTP parser/generator for C++.☆31Updated 5 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 11 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Convert build system from autoconf/make to CMake☆77Updated 3 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
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆79Updated 9 years ago
- A C++ embedded library of multiple processes framework developed and used at Qihoo360.☆52Updated 4 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 6 years ago
- Adding TCP like reliability features on top of existing UDP protocol☆40Updated 12 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- A very fast on-disk database for SHA1-identified objects☆58Updated 9 years ago
- Simple memory leak finder.☆51Updated 12 years ago
- fast malloc. similar to google-tcmalloc.☆23Updated 8 years ago