value-log
value-log copied to clipboard
Value log implementation for key-value separated storage in safe Rust
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/fjall-rs/value-log). ## Config Migration Needed - [ ]...
Avoids separate seek() syscall. `ValueHandles` need to store the blob size PLUS blob header, such that the `read_at` call can read everything in one go. ``` [blob header] - checksum...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [criterion](https://bheisler.github.io/criterion.rs/book/index.html) ([source](https://redirect.github.com/bheisler/criterion.rs)) | dev-dependencies | minor | `0.5.1` -> `0.6.0` | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [byteview](https://redirect.github.com/fjall-rs/byteview) | dependencies | minor | `0.6.1` -> `0.7.0` | --- ### Release...
Save [min, max] seqno intervals and disallow blob file rewrites if snapshots could read existing data (or allow rewriting, but don't allow dropping the files). Maybe value-log does not need...