leveldb/doc
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
..
bench Remove static initializer; fix endian-ness detection; fix build on 2012-05-30 09:45:46 -07:00
benchmark.html C binding for leveldb, better readseq benchmark for SQLite. 2011-08-05 20:40:49 +00:00
doc.css reverting disastrous MOE commit, returning to r21 2011-04-19 23:11:15 +00:00
impl.html sync with upstream @ 21409451 2011-05-21 02:17:43 +00:00
index.html Added bloom filter support. 2012-04-17 08:36:46 -07:00
log_format.txt reverting disastrous MOE commit, returning to r21 2011-04-19 23:11:15 +00:00
table_format.txt Added bloom filter support. 2012-04-17 08:36:46 -07:00