ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
558 stars 41 forks source link

Simplify `clone()` #299

Closed Kijewski closed 8 months ago

mcronce commented 9 months ago

Seems to be a consistent 4% improvement in the clone large benchmark with no regression in clone small, nice :+1:

ParkMyCar commented 8 months ago

Nice! Thanks for the PR