diff options
author | gabor@google.com <gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529> | 2011-08-05 20:40:49 +0000 |
---|---|---|
committer | gabor@google.com <gabor@google.com@62dab493-f737-651d-591e-8d6aee1b9529> | 2011-08-05 20:40:49 +0000 |
commit | 021ee9c32be65c298de20adb021ba6066e674200 (patch) | |
tree | e77b24c977093b3a73423a83003cde6ebe1321f7 /doc/benchmark.html | |
parent | 1bfbe76b4e3677c6ba5cff0a94b7c90a47d58d25 (diff) | |
download | leveldb-021ee9c32be65c298de20adb021ba6066e674200.tar.gz |
C binding for leveldb, better readseq benchmark for SQLite.
- Added a C binding for LevelDB.
May be useful as a stable ABI that can be used by
programs that keep leveldb in a shared library,
or for JNI API.
- Replaced SQLite's readseq benchmark to a more efficient version.
SQLite readseq speeds increased by about a factor of 2x
from the previous version. Also updated benchmark page to
reflect readseq speed up.
git-svn-id: https://leveldb.googlecode.com/svn/trunk@46 62dab493-f737-651d-591e-8d6aee1b9529
Diffstat (limited to 'doc/benchmark.html')
-rw-r--r-- | doc/benchmark.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/benchmark.html b/doc/benchmark.html index a0d6b02..c463977 100644 --- a/doc/benchmark.html +++ b/doc/benchmark.html @@ -130,8 +130,8 @@ parameters are varied. For the baseline:</p> <td class="c2">1,010,000 ops/sec</td> <td class="c3"><div class="bkct" style="width:95px"> </div></td> <tr><td class="c1">SQLite3</td> - <td class="c2">174,000 ops/sec</td> - <td class="c3"><div class="bsql" style="width:15px"> </div></td> + <td class="c2">383,000 ops/sec</td> + <td class="c3"><div class="bsql" style="width:33px"> </div></td> </table> <h3>B. Random Reads</h3> <table class="bn bnbase"> @@ -386,9 +386,9 @@ MB.</p> <td class="c3"><div class="bkct" style="width:72px"> </div></td> <td class="c4">(1.06x baseline)</td></tr> <tr><td class="c1">SQLite3</td> - <td class="c2">210,000 ops/sec</td> - <td class="c3"><div class="bsql" style="width:14px"> </div></td> - <td class="c4">(1.20x baseline)</td></tr> + <td class="c2">609,000 ops/sec</td> + <td class="c3"><div class="bsql" style="width:41px"> </div></td> + <td class="c4">(1.59x baseline)</td></tr> </table> <h4>Random Reads</h4> @@ -425,8 +425,8 @@ database.</p> <td class="c3"><div class="bkct" style="width:88px"> </div></td> <td class="c4">(3.60x baseline)</td></tr> <tr><td class="c1">SQLite3</td> - <td class="c2">174,000 ops/sec</td> - <td class="c3"><div class="bsql" style="width:13px"> </div></td> + <td class="c2">383,000 ops/sec</td> + <td class="c3"><div class="bsql" style="width:27px"> </div></td> <td class="c4">(1.00x baseline)</td></tr> </table> <h4>Random Reads</h4> |