#ifndef GC_H
#define GC_H

#define GC_FWD_LOAD_FACTOR 70
#define GC_ROOTS_INITIAL_CAP 32

#endif