Skip to content
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

XCTAssertUnorderedEqualSequences: Improve algorithmic complexity when elements are Hashable (Resolves #176) #177

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Dec 21, 2021

  1. Update XCTAssertUnorderedEqualSequences documentation

    Matt Zanchelli committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9d9687f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b2b0a View commit details
    Browse the repository at this point in the history
  3. Add documentation on algorithmic complexity

    Matt Zanchelli committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5795324 View commit details
    Browse the repository at this point in the history
  4. Add an algorithmically faster variant of `XCTAssertUnorderedEqualSequ…

    …ences` that works on elements that are `Hashable`
    Matt Zanchelli committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    7517cd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Improve performance when removing an element from the middle of the a…

    …rray
    
    Co-authored-by: Luciano Almeida <passos.luciano@outlook.com>
    mdznr and LucianoPAlmeida authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    a8c33d5 View commit details
    Browse the repository at this point in the history
  2. Update comment

    Matt Zanchelli committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    e6b7cc6 View commit details
    Browse the repository at this point in the history
  3. Avoid redundant index comparison

    Matt Zanchelli committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b68955d View commit details
    Browse the repository at this point in the history