GithubHelp home page GithubHelp logo

duzhanyuan / rust-rocksdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rust-rocksdb/rust-rocksdb

0.0 1.0 0.0 693 KB

rust wrapper for rocksdb

License: Apache License 2.0

Makefile 0.04% Rust 57.66% C++ 0.94% C 41.36%

rust-rocksdb's Introduction

rust-rocksdb

Build Status crates.io documentation license Gitter chat

GitHub commits (since latest release)

Feedback and pull requests welcome! If a particular feature of RocksDB is important to you, please let me know by opening an issue, and I'll prioritize it.

This binding is statically linked with a specific version of RocksDB. If you want to build it yourself, make sure you've also cloned the RocksDB and compression submodules:

git submodule update --init --recursive

Compression Support

By default, support for the Snappy, LZ4, Zstd, Zlib, and Bzip2 compression is enabled through crate features. If support for all of these compression algorithms is not needed, default features can be disabled and specific compression algorithms can be enabled. For example, to enable only LZ4 compression support, make these changes to your Cargo.toml:

[dependencies.rocksdb]
default-features = false
features = ["lz4"]

rust-rocksdb's People

Contributors

spacejam avatar kaedroho avatar isynaptic avatar alexreg avatar dgrnbrg avatar ekmartin avatar derekdreery avatar zhangjinpeng87 avatar andreyg avatar aleksuss avatar siddontang avatar rrichardson avatar garyttierney avatar romanz avatar vmx avatar busyjay avatar ongardie-ebay avatar glittershark avatar ngaut avatar hh9527 avatar tmccombs avatar steveklabnik avatar petehunt avatar benesch avatar elzor avatar jeizsm avatar jquesnelle avatar timlyo avatar petevine avatar disksing avatar

Watchers

netgod avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.