From eba334c13eb1f84d3acbe2ab4e3d1c73e8b31757 Mon Sep 17 00:00:00 2001 From: drdr xp Date: Wed, 18 Sep 2019 20:36:36 +0800 Subject: [PATCH] M README.md --- README.md | 4 +++- docs/README.md.j2 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78dc7793..6e362641 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ memory, as a minimized index of huge amount external data. **Features**: - **Minimized**: - **11 bits per key**(even less than an 8-byte pointer!!). + **11 bits per key**(far less than an 64-bits pointer!!). - **Stable**: memory consumption is stable in various scenarios. @@ -97,6 +97,8 @@ memory, as a minimized index of huge amount external data. + + ## Memory overhead **Bits/key**: memory or disk-space in bits a key consumed in average. diff --git a/docs/README.md.j2 b/docs/README.md.j2 index 4a22c786..fe62d143 100644 --- a/docs/README.md.j2 +++ b/docs/README.md.j2 @@ -59,7 +59,7 @@ memory, as a minimized index of huge amount external data. **Features**: - **Minimized**: - **11 bits per key**(even less than an 8-byte pointer!!). + **11 bits per key**(far less than an 64-bits pointer!!). - **Stable**: memory consumption is stable in various scenarios. @@ -95,6 +95,8 @@ memory, as a minimized index of huge amount external data. + + ## Memory overhead **Bits/key**: memory or disk-space in bits a key consumed in average.