You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Checklist
* [x] I have read the [Contributor Guide](../../CONTRIBUTING.md)
* [x] I have read and agree to the [Code of
Conduct](../../CODE_OF_CONDUCT.md)
* [x] I have added a description of my changes and why I'd like them
included in the section below
### Description of Changes
This removes `ordered-float` as a dependency and replaces it with
`tiny-ordered-float` which supports just enough use-cases for this
library.
This is mostly done to remove the (very slow to compile) transitive
dependency `num-traits` for this crate so we can keep it lean and mean.
Notice that this doesn't remove `num-traits` from the `Cargo.lock`
because the optional `macaw` dependency still wants it, but we don't use
that feature so I'll leave removing `num-traits` there as an exercise
for the reader.
0 commit comments