-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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.