Settled on cache layout, wrote djbhash variant for indexing byte/bit positions into inner hash table

This commit is contained in:
Meredith L. Patterson 2012-04-30 03:44:10 +01:00
parent 1789cbf0ca
commit dfd8cf2a97
4 changed files with 103 additions and 69 deletions

View file

@ -1,4 +1,4 @@
CFLAGS := $(shell pkg-config --cflags glib-2.0)
CFLAGS := $(shell pkg-config --cflags glib-2.0) -std=c99
LDFLAGS := $(shell pkg-config --libs glib-2.0)
CC := gcc