Commit d749ccfd authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

add description of MRB_IV_INITIAL_SIZE

parent 515862cc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment