Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benaubin/simple_wal
Write-ahead-logging implementation for Rust
https://github.com/benaubin/simple_wal
Last synced: 17 days ago
JSON representation
Write-ahead-logging implementation for Rust
- Host: GitHub
- URL: https://github.com/benaubin/simple_wal
- Owner: benaubin
- License: mit
- Created: 2020-10-25T05:06:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T21:16:44.000Z (about 3 years ago)
- Last Synced: 2024-03-15T07:06:54.706Z (10 months ago)
- Language: Rust
- Homepage: https://docs.rs/simple_wal
- Size: 31.3 KB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple_wal
A simple Rust write-ahead-logging crate.
Features
- Optimized for sequential reads & writes
- Easy atomic log compaction
- Advisory locking
- CRC32 checksums
- Range scans
- Persistent log entry index