FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove `Sort1dExt` in favor of `SliceExt`. by n3vu0r · Pull Request #92 · rust-ndarray/ndarray-stats · GitHub

Remove Sort1dExt in favor of SliceExt. - #92

Open
n3vu0r wants to merge 4 commits into
rust-ndarray:masterfrom
qu1x:use_ndarray-slice
Open

Remove Sort1dExt in favor of SliceExt.#92
n3vu0r wants to merge 4 commits into
rust-ndarray:masterfrom
qu1x:use_ndarray-slice

Conversation

n3vu0r commented Apr 7, 2023

Copy link
Copy Markdown

Reduces worst-case complexity from O(n²) to O(n log(n)) by using ndarray-slice.

Reduces worst-case complexity from O(n^2) to O(n log(n)).
n3vu0r added 2 commits April 8, 2023 15:21
Reduces time complexity in the length of `indexes`.
n3vu0r force-pushed the use_ndarray-slice branch from 81eb472 to b119f10 Compare April 13, 2023 11:00

n3vu0r commented Apr 13, 2023

Copy link
Copy Markdown
Author

Resolves #64, #72, and #86.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL