Skip to main content

Module string_pool

Module string_pool 

Source
Expand description

String interning for deduplicating repeated strings in execution history.

This module provides a string pool that deduplicates commonly repeated strings (like phase names and agent names) by storing them as Arc. This reduces memory usage when the same strings appear many times across execution history.

Structsยง

StringPool
String pool for deduplicating commonly repeated strings in execution history.