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
I am using this library in a project that needs to deserialize many small json messages and it's working great so thanks for that.
One goal I have is to remove allocations within the critical path, but it appears this library API does not allow me to reuse the scratch space or bump allocator that is used for each parsing call to from_slice. Is this accurate or did I miss something in the documentation?
The text was updated successfully, but these errors were encountered:
I am using this library in a project that needs to deserialize many small json messages and it's working great so thanks for that.
One goal I have is to remove allocations within the critical path, but it appears this library API does not allow me to reuse the scratch space or bump allocator that is used for each parsing call to from_slice. Is this accurate or did I miss something in the documentation?
The text was updated successfully, but these errors were encountered: