demml / demml/opsml

Cloning Optimization

Open
#126 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.