From e52c879b1867b0345382d304d99b328c8419c8d3 Mon Sep 17 00:00:00 2001 From: younes Date: Sun, 30 Sep 2012 23:00:48 +0200 Subject: [PATCH] save one pointer indirection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd19928..bc32969 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $ ./start.sh ####Note: -This code below create a new database with **80GB** MapSize, **avoid fsync** +The code below create a new database with **80GB** MapSize, **avoid fsync** after each commit (for max speed) and use the experimental **MDB_FIXEDMAP**. {ok, Handle} = emdb:open("/tmp/emdb2", 85899345920, ?MDB_NOSYNC bor ?MDB_FIXEDMAP). Performance ----------- For maximum speed, this library use only binaries for both keys and values.