Closed ryan953 closed 2 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.
I didn't get scientific measuring the new sort speed, but the numbers look much better than before.
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.
I didn't get scientific measuring the new sort speed, but the numbers look much better than before.