barrust / setLinks
Simple Set implementation in C
☆70Updated 4 years ago
Alternatives and similar repositories for set
Users that are interested in set are comparing it to the libraries listed below
Sorting:
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- C utility libraries☆72Updated 5 months ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆273Updated 3 weeks ago
- C bit array structs and methods☆209Updated 3 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- Low-memory-footprint mutexes for pthreads☆41Updated 3 years ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆30Updated 3 years ago
- hash set C implementation☆68Updated 5 years ago
- Generic, strongly typed, header-only data structures in C☆30Updated last year
- A pure C hashtable implementation.☆49Updated 4 years ago
- Micro-benchmarking library for C and C++ with PMU counters tracking☆61Updated last month
- C library of key-value data structures.☆294Updated 5 years ago
- MurmurHash3 general hash bashed lookup function implementation☆88Updated 5 months ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- High performance C implementation of AVL trees☆103Updated 6 years ago
- This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as…☆172Updated 2 years ago
- High performance AVL tree container C implementation☆55Updated 5 years ago
- A simple bitset library in C☆134Updated 3 months ago
- C memory allocator based on pools, thread safe.☆16Updated 11 years ago
- Small implementation in C of a slab allocator in user space☆37Updated 11 months ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆60Updated 11 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Standards-defying functional-programming macros for the C preprocessor☆51Updated 10 years ago
- Basic logger for C and C++ projects☆116Updated 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
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- Common Datastructure Library for C developer.☆62Updated 4 years ago
- a simple tiny C Compiler using Lex & Yacc☆86Updated 9 years ago