summaryrefslogtreecommitdiff
path: root/modules/hamt-tests
Commit message (Collapse)AuthorAgeFilesLines
* hamt tests: Fix link error.Bruno Haible2021-04-151-0/+1
| | | | * modules/hamt-tests (Makefile.am): Link test-hamt against @LIBINTL@.
* hamt: New module.Marc Nieper-Wißkirchen2021-04-031-0/+11
This module provides (persistent) hash array mapped tries. * MODULES.html.sh: Add hamt. * lib/hamt.c: New file. * lib/hamt.h: New file. * modules/hamt: New file. * modules/hamt-tests: New file. * tests/test-hamt.c: New file.