-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar
Description
Currently, there are two effectively identical implementations of sum_with_threads to account for integer or float inputs.
We might reduce complexity by ensuring input types are floats within the R session itself, and then in Rust only handle the NumericTypedSexp::Real variant.
This generally seems to be the more idiomatic approach as per savvy documentation:
https://yutannihilation.github.io/savvy/guide/key_ideas.html#no-implicit-conversions
Metadata
Metadata
Assignees
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar
Type
Projects
Status
Done