bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
157 stars 59 forks source link

Switch void* C arguments to char* to avoid allocations and linear data check #66

Closed bmatsuo closed 8 years ago

bmatsuo commented 8 years ago

Fixes #63

bmatsuo commented 8 years ago

@lmb I added that documentation, providing sources regarding the char* type.

Do you have any other suggestions before this is merged?