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

Profile request: sort and find operations #123

Open
haensl opened this issue Jan 18, 2023 · 0 comments
Open

Profile request: sort and find operations #123

haensl opened this issue Jan 18, 2023 · 0 comments

Comments

@haensl
Copy link
Owner

haensl commented Jan 18, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant