From 6ba1a47b50803d0aea35db731fd109199e16287e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Nov 2018 20:50:37 +0200 Subject: Drop: claim about speed being a reason for in-memory --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 07d0059..5aff478 100644 --- a/README +++ b/README @@ -6,8 +6,8 @@ muck-poc - a JSON store with an HTTP API and access control > look like. Muck is a JSON store, with an access controlled RESTful HTTP API. Data -stored in Muck is persistent, but kept in memory for simplicity. Later -on, also for speed. Data is stored as flat JSON objects, which means: +stored in Muck is persistent, but kept in memory for simplicity. Data +is stored as flat JSON objects, which means: * an object may have any number of fields * each field has a value that is `null`, a UTF-8 string, or a list of -- cgit v1.2.1