Skip to content

Commit eec5fc5

Browse files
author
dtbuild
committed
bdb418305b39dbee11fc5a78b84413b7a3350dcf Dev: Remove dev test from example
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
1 parent 75d2eb9 commit eec5fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1616
"last-tag": "2.0.5",
17-
"last-sync": "7b8b027e8cf7b49ab5f1df6f0d9d7815d96bf3a8"
17+
"last-sync": "ba5e121e7fc4bdae642179fe79e3c76de9a41619"
1818
}

0 commit comments

Comments
 (0)