rdkit-rs / rdkit

RDKit Made Idiomatic for Rust
12 stars 9 forks source link

Borrow the heck out of data #4

Closed xrl closed 8 months ago

xrl commented 8 months ago

Pervasive and naive use of clone() throughout this code base. Things should be much more efficient now.