Skip to content

Faster binary access, binary and count functions, ordered-binary data encoding

Compare
Choose a tag to compare
@kriszyp kriszyp released this 20 Jun 12:58
· 1414 commits to master since this release

The latest point releases include performance improvements for accessing binary data. This should improve performance when using encoding: 'binary'. There are also now dedicated binary methods, getBinary/getBinaryFast that are available for getting binary data even if the store is using a different encoding.

There are now count functions (getCount, getKeysCount, getValuesCount) for faster access to getting a count of entries in a range.

ordered-binary is now available as an encoding option. This may be useful when create index stores that are primarily use to store references to keys in other stores (and this is often done in combination with the dupSort option).