Update README.md

pull/2/head
Louis Chatriot 12 years ago
parent 96007220db
commit ceb4b4d15f
  1. 2
      README.md

@ -173,7 +173,7 @@ containing 10,000 documents:
* An update takes 58ms * An update takes 58ms
* A deletion takes 57ms * 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 ### Memory footprint
A copy of the whole database is kept in memory. This is not much on the A copy of the whole database is kept in memory. This is not much on the

Loading…
Cancel
Save