Skip to content

Profile request: sort and find operations #123

@haensl

Description

@haensl

Profile subject: sort and find operations.

Rationale

Find out how fast JavaScript sorts and finds things.

Profiled functionality

  • Sort an array of integers.
  • Sort an array of floats.
  • Sort an array of strings.
  • Sort an array of dates.
  • Sort an array of objects.
  • Find an integer|float|string|object|date in an unsorted array.
  • Find an integer|float|string|object|date in a sorted array.
  • Find with a custom function.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions