Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue: consider allocating Blobs on the heap #465

Open
kevaundray opened this issue Aug 1, 2024 · 1 comment
Open

Tracking issue: consider allocating Blobs on the heap #465

kevaundray opened this issue Aug 1, 2024 · 1 comment

Comments

@kevaundray
Copy link
Contributor

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.

@kevaundray
Copy link
Contributor Author

(Same argument could apply for the Cell type too)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant