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

perf(collection): optimisations #10552

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    621df06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff27da View commit details
    Browse the repository at this point in the history
  3. perf: last[Key](): order of operations

    - do not perform iterable-to-array until required
    - test ! before <
    Renegade334 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8a7ce37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    788de50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b13d9b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9052bf4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ed4d3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64c1e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bffad5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efdbc7f View commit details
    Browse the repository at this point in the history
  11. perf: random[Key](): use {at,keyAt}() for single value

    - skip iterable-to-array for returning single value
    - short-circuit if amount or collection size is zero
    Renegade334 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b93437c View commit details
    Browse the repository at this point in the history