An online JavaScript sorting application, made to calculate the time taken for an ascending sort over a randomly generated dataset with an user specified range.
- Chrome: JavaScript V8 Chromium engine uses TimSort as of Sept' 2018 for sorting contiguous numeric arrays with
Arrays.sort()
- Mozilla: Mozilla Firefox uses MergeSort with JavaScript's
Arrays.sort()
- Sorting time has been calculated with the help of JavaScript's
performance.now()
- The application has been hosted via Netlify.app
- Host link