LMDB Perf with .NET Wrappers

With a .NET Wrapper adapted to my Win32 port of LMDB library, here are the perfs:

LMDBNET_Client

100.000 rows inserted in 270 ms ! Fabulous !

1.000.000 rows inserted in 3 s ! It rocks ! But I need to check because the database file is not so heavy… I need to readjust my .NET wrapper to return a code on put operation.