enlightware / enlightware/ferlium
Reuse common std-provided function Value helper code instead of per-module generation
Open
hir
maybe
optimisation
trait
- Dominant language
- Rust
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently, function/closure Value helper code is generated once per module. But this code is always the same.
We could save memory by generating these only in std, and having a mechanism for other modules to use these from std.
Contributor guide
Assessment
This issue has not been assessed yet.