Settled on cache layout, wrote djbhash variant for indexing byte/bit positions into inner hash table
This commit is contained in:
parent
1789cbf0ca
commit
dfd8cf2a97
4 changed files with 103 additions and 69 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue