]> mj.ucw.cz Git - libucw.git/commit
Added a table of prime numbers. (I want to use prime numbers for hash table
authorMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2005 10:56:25 +0000 (10:56 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 2 Oct 2005 10:56:25 +0000 (10:56 +0000)
commitf7e54e65c01d2606a4716497b5404688c138b8b3
tree684f94df360b98569d13c95d6a2f3f671972fd29
parent7068cd693f95253661ba9feb219831257b234b75
Added a table of prime numbers. (I want to use prime numbers for hash table
sizes, but since the hash tables will be short-lived, I don't want to spend
much time by calculating primes.)
lib/Makefile
lib/lib.h
lib/primetable.c [new file with mode: 0644]