You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rocksdb/README.fb

13 lines
283 B

* How to compile using fbcode and jemalloc
source fbcode.sh
make
* Compiling for CPUs with SSE4 support
make OPT='-O2 -DNDEBUG -msse -msse4.2'
This makes CRC computation much faster, but
binaries won't run on CPUs that don't support it.
* Latest release is 1.5.7.fb