Skip to content

2.4.0

Latest
Compare
Choose a tag to compare
@cberner cberner released this 30 Dec 20:42
· 6 commits to master since this release
  • Add Database::cache_stats()
  • Fix open() and create() to return InvalidData when they are called on a database file
    that is not a valid redb database
  • Significantly speed up restore_savepoint(). The time is takes now scales with the change delta
    since the savepoint was captured, rather than the size of the database file
  • DatabaseStats::fragmented_bytes() is now more accurate