Skip to content

Releases: kriszyp/lmdb-js

v2.2.6

17 Mar 03:38

Choose a tag to compare

Properly handle an empty array of keys for prefetch/getMany, #151

v2.2.5

11 Mar 14:44

Choose a tag to compare

Update version

v2.3.0-alpha.1

07 Mar 00:43

Choose a tag to compare

Disable more tests

v2.2.4

03 Mar 22:55

Choose a tag to compare

Update version

v2.2.3

25 Feb 20:40

Choose a tag to compare

Update version

v2.2.2

22 Feb 03:33

Choose a tag to compare

Where did that 'g' come from?

v2.2.1

05 Feb 03:07

Choose a tag to compare

Update version

v2.2.0-beta1

02 Feb 05:25

Choose a tag to compare

Update versions

v2.2.0

02 Feb 21:34

Choose a tag to compare

V2.2.0 has enabled the overlappingSync functionality by default and improved the scheduling of sync operations to achieve better performance.

This release also introduces support for temporary databases. By simply omitting the path when opening a database, lmdb-js will auto-generate a temporary database (in the system temp directory), and delete it on close (it will also be opened with sync disabled for better performance). This can be useful for testing or creating intermediary tables.

The release also includes support for coordinating with the weak referencing cache to clear "kept" objects for better garbage collection in long-running synchronous jobs.

And v2.2.0 includes better performance for retrieving large binary entries by employing a reduced memory copying technique (affects entries over > 64KB).

v2.1.7

24 Jan 22:21

Choose a tag to compare

Update version