Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvncerr/xlog
Binary append-only log
https://github.com/rvncerr/xlog
append-only binary c log
Last synced: 2 months ago
JSON representation
Binary append-only log
- Host: GitHub
- URL: https://github.com/rvncerr/xlog
- Owner: rvncerr
- Created: 2023-01-16T11:26:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T03:50:22.000Z (7 months ago)
- Last Synced: 2024-06-15T04:41:11.746Z (7 months ago)
- Topics: append-only, binary, c, log
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xlog
====xlog is a library implementing a binary append-only log. It is designed to be used in a distributed system, where multiple processes can write to the same log. It is also designed to be used in a system where the log is read by multiple processes, and where the log is read while it is being written to.
See [xlog.h](xlog.h) for the API.