-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added 'useJavascriptSorting' option to simplesort to allow or fallbac…
…k to js sorting with no indexing on sort property, basic javascript sorting will be faster than loki sorting but may yield unpredictable results if sort property contains dirty or mixed data. when indexing is available on sort property, passing 'useJavascriptSorting' option will fallback to javascript sorting if your filtered results amount to 10% or more of total document count. (best performance tradeoff for most data situations) See #645 for more info.
- Loading branch information
Showing
6 changed files
with
185 additions
and
6,959 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.