You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove maximum database size argument from create(). Databases are now unbounded in size
Reduce address space usage on Windows
Remove set_dynamic_growth()
Add set_initial_size() to Builder
Optimize cleanup of deleted pages. This resolves a performance issue where openning a Database
or performing a small transaction, could be slow if the last committed transaction deleted a large
number of pages
Remove set_page_size(). 4kB pages are always used now
Add iter() method to Table and MultimapTable
Fix various lifetime issues with type that had a lifetime, such as &str and (&[u8], u64)