debug: gcc -Wall -g hamt.c main.c -o main release: gcc -Wall -O2 hamt.c main.c -o main