rocksdb/README.fb
Dhruba Borthakur e00c709661 Preparing for new release 1.5.4.fb
Summary:
Preparing for new release 1.5.4.fb

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
2012-11-09 09:21:11 -08:00

13 lines
283 B
Plaintext

* 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.4.fb