Spreads / Spreads.LMDB

Low-level zero-overhead and the fastest LMDB .NET wrapper with some additional native methods useful for Spreads
http://docs.dataspreads.io/spreads/libs/lmdb/api/README.html
Mozilla Public License 2.0
80 stars 9 forks source link

Typed DB & Cursor #15

Closed buybackoff closed 5 years ago

buybackoff commented 6 years ago

Database<T> & Cursor<T> where T : unmanaged inheriting from untyped will be useful. Must check that T is fixed once and avoid checks on every call.

buybackoff commented 5 years ago

Won't fix. Unmanaged is needless complication and only 7.3 supports this. Type size checks are very cheap.