tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.66k stars 477 forks source link

Add small string optimisation with compact_str #1051

Open DomWilliamsEE opened 2 months ago

DomWilliamsEE commented 2 months ago

Adds a feature to use CompactString in generated code, to reduce allocations with large amounts of short strings.