barrust / setLinks
Simple Set implementation in C
☆71Updated 4 years ago
Alternatives and similar repositories for set
Users that are interested in set are comparing it to the libraries listed below
Sorting:
- High performance C implementation of AVL trees☆104Updated 6 years ago
- A pure C vector implementation☆151Updated 4 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆277Updated 5 months ago
- MurmurHash3 general hash bashed lookup function implementation☆91Updated 10 months ago
- C bit array structs and methods☆212Updated 3 years ago
- This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as…☆176Updated 3 years ago
- Debug Malloc memory allocation debugging C library☆170Updated 2 years ago
- Common Datastructure Library for C developer.☆64Updated 4 years ago
- Enhanced Valgrind for Persistent Memory☆112Updated last year
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆172Updated last year
- A pure C hashtable implementation.☆52Updated 5 years ago
- META data and RESource library for C language☆138Updated 2 weeks ago
- Doug Lea's memory allocator☆274Updated 5 years ago
- SGLIB - A Simple Generic Library for C (originally by Marian Vittek and not maintained by Stefan Tauner at all!)☆187Updated 8 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- A single header buddy memory allocator for C & C++☆217Updated last month
- C11 Lock-free Stack☆184Updated last year
- A quick tutorial on how to implement malloc/free/calloc/realloc☆174Updated 6 years ago
- #️⃣ single header hashmap implementation for C and C++☆443Updated 3 months ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆92Updated 13 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- Object-Oriented Programming With ANSI-C☆294Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.☆416Updated last month
- B-tree implementation in C☆364Updated 9 months ago
- Small implementation in C of a slab allocator in user space☆40Updated last year
- C library of key-value data structures.☆295Updated 5 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆147Updated 5 years ago