/performance-array

A solution to have more perfomant access to your Array data by using indices

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

performance-array

For development information look at README-DEVELOPMENT.md .

caveats/limitations

  • Queries will treat null and undefined as equal.
  • Only properties which are JSON serializable can be indexed.

TODO/in progress

  • make the first index of combined/multi indices also available as a single index