https://github.com/facebook/rocksdb
Raw File
Tip revision: bbae679ce7bd53d267ac8310f60fa86491716666 authored by Andrew Kryczka on 10 March 2022, 05:07:31 UTC
Avoid popcnt on Windows when unavailable and in portable builds (#9680)
Tip revision: bbae679
PLUGINS.md
This is the list of all known third-party plugins for RocksDB. If something is missing, please open a pull request to add it.

* [Dedupfs](https://github.com/ajkr/dedupfs): an example for plugin developers to reference
* [HDFS](https://github.com/riversand963/rocksdb-hdfs-env): an Env used for interacting with HDFS. Migrated from main RocksDB repo
* [ZenFS](https://github.com/westerndigitalcorporation/zenfs): a file system for zoned block devices
* [RADOS](https://github.com/riversand963/rocksdb-rados-env): an Env used for interacting with RADOS. Migrated from RocksDB main repo.
back to top