From ceb4b4d15fad46e8e6131b04a97abbf2e0088935 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Fri, 17 May 2013 15:06:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53701bb..639bd61 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ containing 10,000 documents: * An update takes 58ms * A deletion takes 57ms -You can run the simple benchmarks I use by executing the scripts in the `benchmarks` folder. They all take an optional parameter which is the size of the dataset to use (default is 10,000). +You can run the simple benchmarks I use by executing the scripts in the `benchmarks` folder. They all take an optional parameter which is the size of the dataset to use (default is 10,000). Most of the time spent during update and remove operations is IO, and I will work on optimizing this in the future. ### Memory footprint A copy of the whole database is kept in memory. This is not much on the