]> Sergey Matveev's repositories - glocate.git/blobdiff - README
Return zstd back
[glocate.git] / README
diff --git a/README b/README
index 358d5302a98ae9b877e6acf1c950d413e096a065959e58f8d3a631cabf2c1a37..8c52b350ce33c6e2b4f83ae2dd4fc980b342b8d3fa0b79ac2917988101f77477 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ memory, but that takes 2-3 GiBs of memory, that is huge amount. Moreover
 it fully loads it to perform any basic searches. So current
 implementation uses temporary files and heavy use of data streaming.
 
-Its storage format is trivial:
+Its storage format is simple: Zstandard-compressed list of records:
 
 * 16-bit BE size of the following name
 * entity (file, directory, symbolic link, etc) name itself.