hashtable

hash table macros for creating hash table functions, it supports any type key, value, hash
git clone https://noulin.net/git/hashtable.git
Log | Files | Refs | LICENSE

commit 063c238fa3de548086db271626d0c41fcc3bec63
parent 91814503575aabf3c4acd0fbe3a7e300c679cb1d
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:41:49 +0200

update links

Diffstat:
Mpackage.yml | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,19 +1,17 @@ --- name: hashtable - version: 0.0.13 + version: 0.0.14 description: "hash table macros for creating hash table functions, it supports any type key, value, hash" bin: ./hashtable.c - # with gcc 6.3 (skylake cpu, debian stretch), the performance with O1 is better than with O3 - cflags: -O1 -std=gnu11 -fPIC -pipe - #lflags: -lpcre + cflags: "-O1 -std=gnu11 -fPIC -pipe" repository: type: git - url: git+https://github.com/RemyNoulin/hashtable.git + url: "git+https://noulin.net/git/hashtable.git" keywords: - data structure author: Remy license: MIT bugs: - url: https://github.com/RemyNoulin/hashtable/issues - homepage: https://github.com/RemyNoulin/hashtable + url: "https://noulin.net/hashtable/log.html" + homepage: "https://noulin.net/hashtable/log.html" compileHelp: Run 'spm install hashfunctions' to be able to compile hashtableMain.c