Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leveldb 1.19 is out! #298

Closed
juliangruber opened this issue Aug 11, 2016 · 3 comments
Closed

leveldb 1.19 is out! #298

juliangruber opened this issue Aug 11, 2016 · 3 comments

Comments

@juliangruber
Copy link
Member

https://github.com/google/leveldb/releases/tag/v1.19

A bunch of bug fixes, and in particular those new features:

  • Add "approximate-memory-usage" property to leveldb::DB::GetProperty
  • Add leveldb::Cache::Prune
  • Added leveldb::Status::IsInvalidArgument() method
  • Add arm64 support to leveldb
  • Now attempts to reuse the preceding MANIFEST and log file when re-opened

The last one should help with start up time a lot if there's a lot of in-flight data on re-open.

The diff can be found here: google/leveldb@v1.18...v1.19

Who wants to take the lead on this? This should be mostly about making sure it still compiles, and exposing the new features if necessary.

@juliangruber
Copy link
Member Author

Actually, I have time right now, I'll get started in a branch and see how far I can get

@juliangruber
Copy link
Member Author

This is my work in progress pull request: #299

@tcr
Copy link

tcr commented Sep 27, 2016

This also adds an implementation for MIPS, required for compiling leveldown on the Tessel 2 platform. Excited :) cc tessel/t2-compiler#27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants