Bundle Generic collections library: Vector (dynamic array), Map (hash map), Set, MultiMap, Stack, Queue, and Pair. Provides typed iteration, sorting, filtering, and functional operations (Reduce, Any, All). Compile with -lib gen_collect.
Hash->Capacity
Hash table capacity. Load factors: SMALL=500, MEDIUM=2k, LARGE=9k, EX_LARGE=36k, HUGE=147k
Items
- SMALL = 769
- MEDIUM = 3079
- LARGE = 12289
- EX_LARGE = 49157
- HUGE = 196613