NanXiao / umallocLinks
A tiny Unix dynamic memory allocator library.
☆62Updated 8 years ago
Alternatives and similar repositories for umalloc
Users that are interested in umalloc are comparing it to the libraries listed below
Sorting:
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 7 years ago
- Tiny system call tracer and debugger☆109Updated 7 years ago
- 📶 A lock- and wait-free hashtable (and an array too)☆109Updated 8 months ago
- Fairly basic redis-like hashmap implementation on top of a epoll TCP server.☆77Updated 7 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 14 years ago
- 🔄 Flexible C memory allocation scheme☆79Updated 8 months ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- Userspace TCP/IP stack☆69Updated 11 years ago
- Wannabe Main Memory Database and More☆54Updated 5 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- Cross-platform C++ framework for asynchronous, distributed applications.☆31Updated last week
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 2 months ago
- A tiny x86 compiler with ELF and PE target☆182Updated 2 years ago
- JTK is a library designed for writing applications and libraries in C. It provides core utilities such as collections, unit testing, I/O …☆26Updated 5 years ago
- Static Radix Tree (Patricia trie) implementation in C