Releases: kriszyp/lmdb-js
v2.2.6
Properly handle an empty array of keys for prefetch/getMany, #151
v2.2.5
Update version
v2.3.0-alpha.1
Disable more tests
v2.2.4
Update version
v2.2.3
Update version
v2.2.2
Where did that 'g' come from?
v2.2.1
Update version
v2.2.0-beta1
Update versions
v2.2.0
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
Update version