Expand description
Optimized string handling for DDEX Builder performance
This module provides string interning, Cow optimization, and memory-efficient string operations to reduce allocations and improve build performance.
Modules§
- buffer_
sizes - Memory size constants for planning
Structs§
- Buffer
Pool - Buffer pool for XML generation to reduce allocations
- Build
Context - Build context that manages optimized strings and buffers
- Build
Stats - Statistics for string optimization
- Memory
Usage - Memory usage statistics
- Optimized
Localized String - Localized string with language code
- String
Interner - String interner for repeated values during build process
Enums§
- Optimized
String - Optimized string for DDEX data
Type Aliases§
- CowString
- Cow-optimized string for contexts where we may or may not own the data
- Fast
String - High-performance string type for small strings