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=9k, LARGE=900k, EX_LARGE=9M, HUGE=90M
Items
- SMALL = 769
- MEDIUM = 12289
- LARGE = 1572869
- EX_LARGE = 12582917
- HUGE = 100663319