Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Aug 30, 2020
1 parent 3b46e25 commit 844acab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
**This project is deprecated. Please see the [tidwall/raft-wal](https://github.com/tidwall/raft-wal) project for a more advanced raft log.**

raft-fastlog
===========
# raft-fastlog

This repository provides the `raftfastlog` package.
The package exports a Raft Store which is an implementation of a
Expand All @@ -12,8 +9,7 @@ It is meant to be used as a backend for the `raft`

This implementation is an in-memory database that persists to disk.

RaftStore Performance Comparison
--------------------------------
## RaftStore Performance Comparison

FastLog (This implementation)
```
Expand Down

0 comments on commit 844acab

Please sign in to comment.