rpl / flow-coverage-report

Generate flow coverage reports in JSON, HTML and in the console.
MIT License
505 stars 42 forks source link

Replace semantic-tablesort with tablesort.js from tristen/tablesort #180

Closed ryan953 closed 2 years ago

ryan953 commented 5 years ago

By using a sort method that skips jQuery it will be much faster and use less CPU to sort a large list.

See #176

With a synthetic page of ~4800 rows the sort now takes ~150ms with an extra ~650ms for each of style + layout.

screenshot 2018-12-22 16 53 47

I didn't get scientific measuring the new sort speed, but the numbers look much better than before.