Add StringBlock logic to arenas
This change introduces a dedicated StringBlock class that hosts block allocated string instances which are destroyed when the arena gets destroyed. Experiments have shown this to save 0.40% in memory and 0.10% of CPU in arena heavy use cases. PiperOrigin-RevId: 508205452
Loading
Please sign in to comment