JErnestoMtz / rapl

Rank Polymorphic array library for Rust.
103 stars 3 forks source link

Remove unnecessary ownership #11

Closed JErnestoMtz closed 1 year ago

JErnestoMtz commented 1 year ago

Primitive functions transpose and slice_at take self, it is would be probably better for them to take &self instead, in that way it would save some cloning operations in dependent functions.