hipstr
hipstr copied to clipboard
Yet another string type for Rust
https://docs.rs/hipstr/0.4.0/hipstr/bytes/struct.HipByt.html#method.concat If I have a `[&str; 5]` this would use 80 bytes to represent the string data correct? But with a `HipStr` if the actual data were 23 bytes or...
Even though double allocation/indirection allows for arguably simpler code and a lower-cost conversion from and into Strings (one allocation/deallocation is still required), it hurts creation and drop performance. Clearly, this...
Thanks for the great library! rkyv serialization/deserialization support would be fantastic 🙏