Skip to content

1.3.0

Compare
Choose a tag to compare
@cberner cberner released this 22 Oct 17:12
· 103 commits to master since this release
  • Implement RedbKey for Option<T>
  • Implement RedbValue for Vec<T>
  • Implement Debug for tables
  • Add ReadableTable::first() and last() which retrieve the first and last key-value pairs, respectively`
  • Reduce lock contention for mixed read-write workloads
  • Documentation improvements