Look into using arrays instead of vectors for fixed-size data
Open
- Dominant language
- Rust
- Stars
- 104
- Forks
- 138
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 56
Description
Currently we use vectors in places, particular deserialization of types with know serialization lengths at the boundary of proto to rust types.
Contributor guide
Assessment
This issue has not been assessed yet.