Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1167)

Unified Diff: impl/memory/README.md

Issue 2604943002: impl/memory: Replace gkvlite with "treapstore". (Closed)
Patch Set: Comments. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | impl/memory/datastore_index.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/README.md
diff --git a/impl/memory/README.md b/impl/memory/README.md
index 05ee29bf998d72ff325cb16171ed733e5446e71d..0463c9fccebb8b233b043cb369b4b6b01a2924c4 100644
--- a/impl/memory/README.md
+++ b/impl/memory/README.md
@@ -27,7 +27,7 @@ compared only using `bytes.Compare` (aka `memcmp`). This doc will assume that
you're familiar with those encodings, but will point out where we diverge from
the stock encodings.
-All encoded Property values used in gkvlite Keys (i.e. index rows) are
+All encoded Property values used in memory store Keys (i.e. index rows) are
serialized using the settings `serialize.WithoutContext`, and
`datastore.ShouldIndex`.
« no previous file with comments | « no previous file | impl/memory/datastore_index.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698