From 6a39d742b70324b2549e072e8cafc54993210d9d Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Wed, 13 Mar 2019 20:27:27 +1000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb695de..59d772f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ A Bitcask (LSM+WAL) Key/Value Store written in Go. * Embeddable * Builtin CLI +* Predictable read/write performance +* Low latecny +* High throughput (See: [Performance](README.md#Performance) ## Install @@ -65,8 +68,7 @@ BenchmarkGet-4 300000 5065 ns/op 144 B/op 4 allocs/op BenchmarkPut-4 100000 14640 ns/op 699 B/op 7 allocs/op ``` -* ~30,000 reads/sec for non-active data -* ~180,000 reads/sec for active data +* ~180,000 reads/sec * ~60,000 writes/sec ## License