Look into reducing vector allocations, especially for fixed-size data like account IDs and nullifiers
Open
store
- Dominant language
- Rust
- Stars
- 104
- Forks
- 138
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 56
Description
We do quite a few allocations when it comes to converting types, using i.e. try_convert and other helpers and collect repeatedly.
Another instance is in the context of #1201
Contributor guide
Assessment
This issue has not been assessed yet.