Expand description
Container pooling infrastructure for efficient memory management during expression evaluation.
This module provides pooling for all container types to avoid frequent allocations and deallocations during column operations. Each container type has its own pool that manages reusable instances.
Modules§
- allocator
- capacity
- config
- Pool configuration for ftokenizeible initialization
- guard
- Automatic pool management through RAII guards
- lazy
- Lazy initialization support for thread-local pools
- scoped
- RAII guards for scoped pool management
- stats
- thread_
local - Thread-local pool storage for avoiding explicit pool passing