Expand description
Performance optimization utilities for the role system.
Modules§
- string_
ops - Optimized string operations for frequent use.
Structs§
- Cache
Key - Optimized cache key that uses Cow for conditional cloning.
- Object
Pool - Memory pool for frequently allocated objects.
- Pooled
Object - RAII wrapper for pooled objects.
- String
Pool - String pool for reducing allocations in hot paths.