Cloning Optimization
Open
enhancement
- Dominant language
- Rust
- Stars
- 40
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Due to how data moves throughout Opsml via Rust and Python, we end up cloning alot. For the most part this is fine because we are cloning small strings. However, we may benefit from using Arc for cases where we are cloning Vecs or struct, etc.
Contributor guide
Assessment
This issue has not been assessed yet.