Skip to content
/ leveldb Public
forked from bureau14/leveldb

Bureau 14 LevelDB branch with full Windows support. Requires Boost

License

Notifications You must be signed in to change notification settings

onitu/leveldb

 
 

Repository files navigation

LevelDB B14 branch

Current version: 1.18

Bureau 14 LevelDB branch with full Windows support. This is not an official LevelDB branch, but the branch we use in our product, quasardb.

  • Full Windows support: everything builds, all tests pass;
  • CMake based build
  • Explicit (thread unsafe) de-allocation routines for "clean exits". Helps a lot when running your application into a leak detector;
  • The Windows build requires Boost;
  • Our code is C++11ish and may require a recent compiler;
  • Lots of warnings fixed;
  • Is not 100% compliant with Google coding style.

Tested on FreeBSD, Linux and Windows (32-bit & 64-bit).

Might contains trace of nuts.

Comments? Questions? Suggestions? Pull!

B14 Maintainer: Edouard

About

Bureau 14 LevelDB branch with full Windows support. Requires Boost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.0%
  • C 3.0%
  • Other 2.0%