You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Could you consider adding support for CompactString as an alternative for String in structs with small string values.
It would add a bit of performance improvement when using structs.
The text was updated successfully, but these errors were encountered:
I use it in Axum http api structs (To optimize small string values). So if I Serialize / Deserialize struct, there are lots of CompactString instead of String. If I then use skytable to cache some of this data, I end up having to convert CompactString -> String and back. I could try to add it myself and do pr.
Thanks.
Hi,
Could you consider adding support for CompactString as an alternative for String in structs with small string values.
It would add a bit of performance improvement when using structs.
The text was updated successfully, but these errors were encountered: