A hash array-mapped trie implementation in C
☆330Feb 10, 2024Updated 2 years ago
Alternatives and similar repositories for hamt
Users that are interested in hamt are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++☆214Jul 16, 2023Updated 2 years ago
- All-inclusive Buffer for C☆415Nov 16, 2023Updated 2 years ago
- Little Kitten Webserver☆275May 12, 2024Updated last year
- Set of macros that guard against buffer overflows. Based on C99 VLA feature.☆128Jun 5, 2023Updated 2 years ago
- A work-in-progress garbage collector for Guile☆240Updated this week
- A pure C (-std=c89) implementation of Go channels, including blocking and non-blocking selects.☆446Dec 15, 2023Updated 2 years ago
- Fleur implements a Bloom Filter library in C that is fully compatible with DCSO's Go and python implementations.☆116Feb 23, 2023Updated 3 years ago
- Cake a C23 front end and transpiler written in C☆663Updated this week
- Implement a Lisp, in C, from scratch, no libs☆83Jun 22, 2022Updated 3 years ago
- xv6 OS☆246Sep 24, 2025Updated 6 months ago
- Stevan Apter-style trees in C++17☆374Dec 17, 2023Updated 2 years ago
- Geometry library for C - Fast point-in-polygon☆669Jan 18, 2026Updated 2 months ago
- A parser for SQLite create table sql statements.