erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 111 forks source link

mdbx.h++ -> mdbx.hpp #184

Closed bsergean closed 3 years ago

bsergean commented 3 years ago

The h++ extension is rarely used, why not calling it .hpp to make a distinction with the .h (for C) ?

Just a thought. It's probably not great as it would break backward-compatibility, but that could be fixed with a symlink maybe (but that would not work on Windows ... but maybe the header could be copied then).

bsergean commented 3 years ago

This is just a thought / not really an issue. Closing to keep the issues page clean.