From 1ac0c91d31076c11d1455c391911927461e91a1a Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 5 Jul 2023 22:07:43 +0200 Subject: [PATCH] Improved explanation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f02806e..1b08949 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ocean -In-memory key value store that saves your data to simple JSON files. -No background processes, no schemas, just plain old files. -If you like, you can execute a search on your entire data with classic UNIX tools. +In-memory key value store that saves your data to plain old JSON files. + +If you like, you can operate on your entire data with classic UNIX tools. + Writing to disk is async, so the performance of your code is only limited by your CPU and RAM speed.