Skip to content

Commit

Permalink
Merge pull request #39 from starskey-io/starskey-alpha-26
Browse files Browse the repository at this point in the history
add bench program to read me
  • Loading branch information
guycipher authored Jan 22, 2025
2 parents c211b98 + 0c6765d commit a9d63e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Starskey is a fast embedded key-value store package for GO! Starskey implements
- **Logging** Logging to file is available.
- **Thread safe** Starskey is thread safe.

## Bench
Use the benchmark program at [bench](https://github.com/starskey-io/bench) to compare Starskey with other popular key value stores/engines.

## Basic Example
Below is a basic example of how to use starskey.
```go
Expand Down

0 comments on commit a9d63e6

Please sign in to comment.