Skip to content

[#346] Implement ordNub using nubOrd from containers for better efficiency#352

Merged
chshersh merged 2 commits intomainfrom
vrom911/346-Implement-ordNub-using-nubOrd-from
Mar 9, 2021
Merged

[#346] Implement ordNub using nubOrd from containers for better efficiency#352
chshersh merged 2 commits intomainfrom
vrom911/346-Implement-ordNub-using-nubOrd-from

Conversation

@vrom911
Copy link
Copy Markdown
Member

@vrom911 vrom911 commented Mar 9, 2021

Resolves #346

Benchmarks show that intNub is at least 2-times faster than ordNub (the difference is bigger on smaller lists).

@vrom911 vrom911 requested a review from chshersh as a code owner March 9, 2021 14:31
@vrom911 vrom911 self-assigned this Mar 9, 2021
@vrom911 vrom911 added enhancement New feature or request reexport Reexport something new labels Mar 9, 2021
@vrom911 vrom911 force-pushed the vrom911/346-Implement-ordNub-using-nubOrd-from branch from 64f8519 to 520b749 Compare March 9, 2021 14:36
Copy link
Copy Markdown
Contributor

@chshersh chshersh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job! Nice performance improvements 🏇🏻

@chshersh chshersh merged commit eaebe3e into main Mar 9, 2021
@chshersh chshersh deleted the vrom911/346-Implement-ordNub-using-nubOrd-from branch March 9, 2021 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request reexport Reexport something new

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement ordNub using nubOrd from containers for better efficiency

2 participants