#ifndef HASHTABLE_CONSTANTS_H
#define HASHTABLE_CONSTANTS_H

#define N_READ_THREADS 2
#define N_WRITE_THREADS 2

#endif
