Heap storage for big temporaries
Open
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
Sometimes, when doing very high order things, we need big (multi-megabyte) temporaries. They are quite long-lived so I'd be happy if there were a way to control allocation of the temporaries on the heap rather than the stack. I guess this might well be a target-specific thing, so for now CTarget only would be fine.
Where's a good place to look, or am I doing it all wrong?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.