leveldb/doc/bench
Sanjay Ghemawat 075a35a6d3 Remove static initializer; fix endian-ness detection; fix build on
various platforms; improve android port speed.

Avoid static initializer by using a new portability interface for
thread-safe lazy initialization.  Custom ports will need to be
extended to implement InitOnce/OnceType/LEVELDB_ONCE_INIT.

Fix endian-ness detection (fixes Powerpc builds).

Build related fixes:
- Support platforms that have unversioned shared libraries.
- Fix IOS build rules.

Android improvements
- Speed up atomic pointers
- Share more code with port_posix.

Do not spin in a tight loop attempting compactions if the file system
is inaccessible (e.g., if kerberos tickets have expired or if it is out
of space).
2012-05-30 09:45:46 -07:00
..
db_bench_sqlite3.cc Remove static initializer; fix endian-ness detection; fix build on 2012-05-30 09:45:46 -07:00
db_bench_tree_db.cc Remove static initializer; fix endian-ness detection; fix build on 2012-05-30 09:45:46 -07:00