SwayDB v0.10 Release Notes

Release Date: 2019-10-05 // over 4 years ago
  • Resolves:

    • ๐Ÿ—„ #122 - Deprecated Grouping
    • ๐Ÿšš #121 - Removed IO from lower level effectful functions
    • #120 - Add terminateAndRecoverError to Actor
    • ๐Ÿ”€ #118 - Replace synchronised block in Map with Sequencer
    • #116 - Re-order storage IDs so that the most used key-values get assigned ids with lowest byte size.
    • #115 - functions should be optionally enabled so that cost of storing time is optional
    • #114 - varInts should store as little endian for prefix compression
    • ๐ŸŽ #112 - Benchmark performance of Slice ++
    • #109 - Segment file sizes are not consistent when grouping is specified in 0.9
    • ๐ŸŽ Other performance improvements.