YuvalNirkin / leveldb

Bureau 14 LevelDB branch with full Windows support. Requires Boost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 93.7%Language:C 3.1%Language:CMake 1.1%Language:Makefile 1.1%Language:Shell 1.0%