-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor math::nq module #318
Conversation
g: f64, | ||
b: f64, | ||
a: f64, | ||
struct Template<T> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better name? Maybe Quad?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better.
Can you please box the array? I had some bad experiences with stack sizes recently. |
If it needed to be boxed type then |
Well, |
I've brought |
(y) the WIP still holds? |
Still holds as I want to see if I can refactor sort and search. Probably some methods change their name. |
Looks good! @hauleth The new io has some dependency issues and we might want to wait until those get fixed to check whether it works. |
I have no idea for now. Maybe later I find way to cleanup it more (or even extract it to another crate). |
Nice! |
No description provided.