save one pointer indirection

This commit is contained in:
younes 2012-09-30 23:00:48 +02:00
parent 8c0593dd05
commit e52c879b18

View file

@ -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.