From d749ccfd3eb3f6020146ab287b0cea74f35e169f Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Mon, 30 Jul 2012 23:56:34 +0900 Subject: add description of MRB_IV_INITIAL_SIZE --- include/mrbconf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/mrbconf.h b/include/mrbconf.h index 955e6538b..3d1e1757d 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -19,6 +19,9 @@ /* number of object per heap page */ //#define MRB_HEAP_PAGE_SIZE 1024 +/* initial size for IV khash */ +//#define MRB_IV_INITIAL_SIZE 8 + /* default size of khash table bucket */ //#define KHASH_DEFAULT_SIZE 32 -- cgit v1.2.3