Christopher Berner

Results 54 issues of Christopher Berner

Mixing writes to mmap'ed memory with fsync, like we do on OSX, is probably not safe. Also, using write() and a read-only mmap would prevent accidental data corruption by errant...

The file format is [documented here](https://github.com/cberner/redb/blob/master/docs/design.md) and I'm working toward stabilizing it. Please comment with any suggestions for improving it!

Blocked on: - [ ] https://github.com/tokio-rs/tokio/issues/1529

There are several methods on std::collections::BtreeMap that would also make sense to have on Table. Such as: - [ ] drain() - [ ] pop_first() - [ ] pop_last()

- [ ] Change example in the readme on PyPi to be in Python For Python bindings we'll want to support opening a database concurrently from multiple processes. Reads from...