An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/alecthomas/replaylog

Package replaylog provides a type safe implementation of a replay log. A replay log records the sequence of operations for mutating an empty state to its final state. The previous final state can then be reconstructed from the log by starting with an empty state, reading each operation from the log, and applying it to the state until the final state is reached. The Log is NOT safe for concurrent use between multiple processes. It is safe for concurrent use within a single Go process.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/alecthomas/replaylog
License: Apache-2.0
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/alecthomas
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/alecthomas
Last synced: 11 days ago

    Loading...
    Readme
    Loading...