Module performance

Source
Expand description

Performance optimization utilities for the role system.

Modules§

string_ops
Optimized string operations for frequent use.

Structs§

CacheKey
Optimized cache key that uses Cow for conditional cloning.
ObjectPool
Memory pool for frequently allocated objects.
PooledObject
RAII wrapper for pooled objects.
StringPool
String pool for reducing allocations in hot paths.