Releases: simerplaha/SwayDB
Releases · simerplaha/SwayDB
v0.12.2
v0.12.1
v0.12
Performance release.
v0.12-RC3
Supported partial key fetches and implemented functions needed to run performance benchmarks.
v0.12-RC2
Performance improvements
v0.12-RC1
Contains performance improvements. Full release note will be available with v0.12 release
This release is NOT binary compatible with previous releases.
v0.11
Major release with performance improvements for Segment.
This release is NOT backward binary compatible.
Random read performance is nearly 2x times now vs previous release for persistent databases.
New v0.11 - 270,000 random reads per second.
Old v0.10.9 - 144,000 random reads per second.
Issues resolved
- While using library log file is created Improvement #89 (Contributor - @andrewts129)
- Update to ZIO 1.0.0-RC17 #168 (Contributor - @lvitaly)
- Move common functions with Slice 2.13 and 2.12 to a common object #159
- Move common functions within ScalaMap and ScalaSet for 2.13 and 2.12 to a common implementation #160
- Support Cats-effect #161
- Implement asJava function for Map and Set Improvement java #163
- skipBlockCacheSeekSize configuration core #165
- Update binary-search and hashIndex's entry formats to enable quick lookups #169
- Remove partialRead config #170
- HashIndex should not write normalised bytes Performance #113