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
Currently Blobs are allocated on the stack in some of the bindings, see for example, Rust here
This is a tracking issue to discuss changing it so that Blobs are heap allocated, where the benefit is that we do not put large (131KB per Blob) items on the stack, consequently removing the possibility of accidental stackoverflow issues in downstream dependencies.
The text was updated successfully, but these errors were encountered:
Currently Blobs are allocated on the stack in some of the bindings, see for example, Rust here
This is a tracking issue to discuss changing it so that Blobs are heap allocated, where the benefit is that we do not put large (131KB per Blob) items on the stack, consequently removing the possibility of accidental stackoverflow issues in downstream dependencies.
The text was updated successfully, but these errors were encountered: