rocksdb/util
Arun Sharma 921a48428e Optimize for lp64
Summary:
Some code reorganization in-preparation for replacing with a hardware
instruction.

* Use u64 for some of the key types
* Use an ALIGN macro so code is easier to read

Test Plan: crc32c_test

Reviewers: dhruba

Reviewed By: dhruba

Differential Revision: https://reviews.facebook.net/D3135
2012-05-14 15:40:11 -07:00
..
arena.cc A number of fixes: 2011-10-31 17:22:06 +00:00
arena.h A number of fixes: 2011-10-31 17:22:06 +00:00
arena_test.cc A number of fixes: 2011-10-31 17:22:06 +00:00
bloom.cc Added bloom filter support. 2012-04-17 08:36:46 -07:00
bloom_test.cc Added bloom filter support. 2012-04-17 08:36:46 -07:00
cache.cc A number of fixes: 2011-10-31 17:22:06 +00:00
cache_test.cc A number of fixes: 2011-10-31 17:22:06 +00:00
coding.cc A number of fixes: 2011-10-31 17:22:06 +00:00
coding.h A number of fixes: 2011-10-31 17:22:06 +00:00
coding_test.cc A number of fixes: 2011-10-31 17:22:06 +00:00
comparator.cc Pass system's CFLAGS, remove exit time destructor, sstable bug fix. 2011-11-14 17:06:16 +00:00
crc32c.cc Optimize for lp64 2012-05-14 15:40:11 -07:00
crc32c.h A number of fixes: 2011-10-31 17:22:06 +00:00
crc32c_test.cc A number of fixes: 2011-10-31 17:22:06 +00:00
env.cc fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) 2012-01-25 14:56:52 -08:00
env_posix.cc use mmap on 64-bit machines to speed-up reads; small build fixes 2012-03-15 09:14:00 -07:00
env_test.cc fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file) 2012-01-25 14:56:52 -08:00
filter_policy.cc Added bloom filter support. 2012-04-17 08:36:46 -07:00
hash.cc A number of fixes: 2011-10-31 17:22:06 +00:00
hash.h reverting disastrous MOE commit, returning to r21 2011-04-19 23:11:15 +00:00
histogram.cc A number of fixes: 2011-10-31 17:22:06 +00:00
histogram.h A number of fixes: 2011-10-31 17:22:06 +00:00
logging.cc A number of fixes: 2011-10-31 17:22:06 +00:00
logging.h A number of fixes: 2011-10-31 17:22:06 +00:00
mutexlock.h A number of fixes: 2011-10-31 17:22:06 +00:00
options.cc Added bloom filter support. 2012-04-17 08:36:46 -07:00
posix_logger.h A number of fixes: 2011-10-31 17:22:06 +00:00
random.h A number of fixes: 2011-10-31 17:22:06 +00:00
status.cc A number of fixes: 2011-10-31 17:22:06 +00:00
testharness.cc A number of fixes: 2011-10-31 17:22:06 +00:00
testharness.h A number of fixes: 2011-10-31 17:22:06 +00:00
testutil.cc A number of fixes: 2011-10-31 17:22:06 +00:00
testutil.h A number of fixes: 2011-10-31 17:22:06 +00:00