Skip to content

Commit

Permalink
bdb418305b39dbee11fc5a78b84413b7a3350dcf Dev: Remove dev test from ex…
Browse files Browse the repository at this point in the history
…ample

ba5e121e7fc4bdae642179fe79e3c76de9a41619 Performance: Major increase in filtering speed

Rather than using `splice` to remove items from the display array for
values which do not match the filtering terms, we now build an array of
the matching items and merge that back to the original array which is
massively faster.

On my computer a search over 6 columns and 10k rows goes from 1.1S to
7mS!

https://datatables.net/forums/discussion/78837

Sync to source repo @ba5e121e7fc4bdae642179fe79e3c76de9a41619
  • Loading branch information
dtbuild committed Apr 26, 2024
1 parent cfb52ab commit 0729b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.0.5",
"last-sync": "7b8b027e8cf7b49ab5f1df6f0d9d7815d96bf3a8"
"last-sync": "ba5e121e7fc4bdae642179fe79e3c76de9a41619"
}

0 comments on commit 0729b36

Please sign in to comment.