Expand description
Compile-time sizing knobs: pre-allocation capacities and I/O buffer sizes.
These are best-effort hints to size collections and buffers up front so
the hot paths reallocate less; they are not hard limits except where noted
(e.g. capacity::FILE_CACHE_SIZE, which bounds the LRU).
Modules§
- buffer
- Buffer sizes for I/O operations.
- capacity
- Pre-allocation capacity hints to minimize reallocation overhead.
- refresh
- TUI refresh cadences.
Type Aliases§
- Fast
Hash Map - Hash map backed by
ahashfor fast, non-cryptographic hashing. - Fast
Hash Set - Hash set backed by
ahashfor fast, non-cryptographic hashing.