Expand description
Array caching utilities for scalar values
Structsยง
- Array
Caches ๐ - Global cache for dictionary key arrays and null arrays
- KeyArray
Cache ๐ - Cache for dictionary key arrays to avoid repeated allocations when the same size is used frequently.
- Null
Array ๐Cache - Cache for null arrays to avoid repeated allocations when the same size is used frequently.
Constantsยง
- MAX_
CACHE_ ๐SIZE - Maximum number of rows to cache to be conservative on memory usage
Staticsยง
- ARRAY_
CACHES ๐
Functionsยง
- get_
array_ ๐caches - Get the global cache for arrays
- get_
or_ ๐create_ cached_ key_ array - Get or create a cached key array for a specific key type
- get_
or_ ๐create_ cached_ null_ array - Get or create a cached null array for the given number of rows