This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Zero-copy string deserialization #67
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
Over on Reddit, @mikeyhew mentioned that there might be an option to parse JSON strings without copying:
I forgot about that, but it's actually a great idea!
Here's the upstream discussion on serde-json.
We should give this custom string type some serious consideration, as string allocation takes a big part of the encoding/decoding process at the moment.
If anyone wants to give it a shot, go for it.
The text was updated successfully, but these errors were encountered: