Skip to content

Transaction based rewrite

Compare
Choose a tag to compare
@proullon proullon released this 18 Aug 22:18
· 19 commits to master since this release

Context

Introduction of agnostic in-memory store, leveraging GC-optimized storage to garantee low GC pauses and good GC behavior over time.

Complete rewrite improving performance, removing deadlocks and storage as Go types, allowing creation of objects table.

Ensure compatibility with gorm, a popular Go ORM.

Added implementation goal in README, in preparation for stable 1.0 release.

What's Changed

Full Changelog: v0.0.1...v0.1.0