11 ms·
First of all, thanks for open sourcing lmdb :) The biggest problem currently is actually degrading performance, although I'm almost 100% sure that this isn't c
by herrherr 12y ago
First of all, thanks for open sourcing lmdb :)
The biggest problem currently is actually degrading performance, although I'm almost 100% sure that this isn't caused by lmdb itself, but rather by the bindings I've tried.
In the end, doing it directly in C is probably the only thing that will actually work.