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
|
|
@ -9,6 +9,7 @@ all: libhammer.a test_suite
|
|||
test_suite: test_suite.o libhammer.a
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
libhammer.a: bitreader.o
|
||||
libhammer.a: bitreader.o hammer.o
|
||||
|
||||
bitreader.o: test_suite.h
|
||||
hammer.o: hammer.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue