tomi / fromfrom

A JS library written in TS to transform sequences of data from format to another
MIT License
480 stars 9 forks source link

perf: optimize sortBy, sortByDescending, thenBy, thenByDescending #76

Closed tomi closed 4 years ago

tomi commented 4 years ago

Contains couple of optimizations.

  1. Remove unnecessary function calls and variable creations from comparison function
  2. Optimize how to an array is created before Array.prototype.sort()