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
We would like to be able to specify a rough limit for the heap memory usage while decoding a structure.
We have this draft PR as a starting point: #602 . The problem with this approach is that it is intentionally not type safe, for backwards compatibility. We would like to make it type-safe and release it as part of v4.
The text was updated successfully, but these errors were encountered:
We would like to be able to specify a rough limit for the heap memory usage while decoding a structure.
We have this draft PR as a starting point: #602 . The problem with this approach is that it is intentionally not type safe, for backwards compatibility. We would like to make it type-safe and release it as part of v4.
The text was updated successfully, but these errors were encountered: