arena_string

Function arena_string 

Source
pub fn arena_string(s: &str) -> SeqString
Expand description

Create arena-allocated string (fast path for temporaries)

§Performance

~5ns vs ~100ns for global allocator (20x faster)

§Lifetime

Valid until arena_reset() is called (typically when strand exits)