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
linear search instead of binary search, unwrap() instead of expect()
Linear search should be more performant than binary search for all
reasonable use cases (never more than 30 dimensions).
Removed the expect() because it will add dedicated panic and printing
code that should never execute.
0 commit comments