goldsborough / hashtableLinks
A pure C hashtable implementation.
☆49Updated 4 years ago
Alternatives and similar repositories for hashtable
Users that are interested in hashtable are comparing it to the libraries listed below
Sorting:
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆273Updated 3 weeks ago
- High performance C implementation of AVL trees☆103Updated 6 years ago
- Generic, strongly typed, header-only data structures in C☆30Updated last year
- 🔀 Asynchronous framework in C.☆33Updated 2 years ago
- Coroutines for C.☆74Updated 8 years ago
- Generic priority queue (heap) implementation used by the Apache HTTP Server project.☆101Updated 3 years ago
- Single-header library for writing CLI applications in C/C++☆81Updated 2 years ago
- Standards-defying functional-programming macros for the C preprocessor☆51Updated 10 years ago
- Fast and lightweight math expression evaluator in C99☆135Updated 5 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- 🚀 OOP in pure C with a single-header☆120Updated 2 years ago
- A simple logging library for C/C++☆153Updated last year
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆30Updated 3 years ago
- Hierarchical memory allocator☆72Updated 10 years ago
- Micro-benchmarking library for C and C++ with PMU counters tracking☆61Updated last month
- C memory allocator based on pools, thread safe.☆16Updated 11 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 2 years ago
- A pure C vector implementation☆149Updated 3 years ago
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆98Updated 3 years ago
- A small utility for embedding files in a C header☆111Updated last year
- A C language parser built from the scratch, without using compiler generator.☆15Updated 2 years ago
- Small XML parser in C☆80Updated 2 years ago
- a simple tiny C Compiler using Lex & Yacc☆86Updated 9 years ago
- A tiny, fast, simple, single-file, BSD-licensed CSV parsing library in C.☆50Updated 3 years ago
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆166Updated last year
- Tiny and naive memory allocator for C unit tests☆24Updated 4 years ago
- A custom malloc implementation in C explained☆63Updated 3 years ago
- Self-hosting C toolchain, from scratch☆36Updated 4 months ago
- Linear Linked List Library☆50Updated last year