Use `khash` for instance variables tables instead of segment list.
For performance reason. Segmented list consumes slightly less memory but takes a lot of time especially when there are many slots in the segment lists (e.g. class constants).
Showing
Please register or sign in to comment