Update README.md

pull/2/head
Louis Chatriot 12 years ago
parent 46e6f0f819
commit b2af33e7aa
  1. 2
      README.md

@ -14,7 +14,7 @@ It is pretty fast on the kind of datasets it was designed for (10,000 documents
* An insert takes 0.1ms
* A read takes 5.7ms
* An update takes 62ms
* A deletion takes 61ms
* A deletion takes 61ms
Read, update and deletion times are pretty much non impacted by the number of concerned documents. Inserts, updates and deletions are non-blocking. Read will be soon, too (but they are so fast it is not so important anyway).
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).

Loading…
Cancel
Save