summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-03-25 20:27:43 +0000
committerjorlow@chromium.org <jorlow@chromium.org@62dab493-f737-651d-591e-8d6aee1b9529>2011-03-25 20:27:43 +0000
commite11bdf1935bc5a46db790ef414110149009f8c6a (patch)
treee09be89764c465c5352c4f899c89a122060c1d0b /doc
parent8303bb1b33a4db1d688d32f9be10976b0b54f209 (diff)
downloadleveldb-e11bdf1935bc5a46db790ef414110149009f8c6a.tar.gz
Upstream changes
git-svn-id: https://leveldb.googlecode.com/svn/trunk@15 62dab493-f737-651d-591e-8d6aee1b9529
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 53471d2..e0baf2e 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -132,8 +132,7 @@ range <code>[start,limit)</code>:
}
</pre>
You can also process entries in reverse order. (Caveat: reverse
-iteration is currently a factor of two or three slower than forward
-iteration.)
+iteration may be somewhat slower than forward iteration.)
<p>
<pre>
for (it-&gt;SeekToLast(); it-&gt;Valid(); it-&gt;Prev()) {