Revision 5f91868ceea5767402390b63c36a3e1958e4fa31 authored by Dhruba Borthakur on 06 November 2012, 00:51:55 UTC, committed by Dhruba Borthakur on 06 November 2012, 00:51:55 UTC
Conflicts:
	db/version_set.cc
	util/options.cc
2 parent s 81f735d + cb7a002
Raw File
README.fb
* 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.3.fb
back to top