SwayDB v0.11 Release Notes

Release Date: 2019-12-12 // over 4 years ago
  • ๐Ÿš€ 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.

    image

    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