`static-alloc`: Implement a speedy version of `alloc_zeroed`
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 62
- Forks
- 11
- Avg merge
- 3h 45m
- Merged PRs (30d)
- 5
Description
In a special case, when the original constructor was `zeroed`, then the function does not need to perform its own zeroing of memory. This is helped by the fact that there is no reset function.
This could be implemented by a simple `bool` attribute containing the information on whether all of its remaining memory is zeroed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.