Skip to content

Commit

Permalink
M README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Sep 18, 2019
1 parent e6f528d commit eba334c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -97,6 +97,8 @@ memory, as a minimized index of huge amount external data.

<!-- TODO toc -->

<!-- TODO add FPR benchmark -->

## Memory overhead

**Bits/key**: memory or disk-space in bits a key consumed in average.
Expand Down
4 changes: 3 additions & 1 deletion docs/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -95,6 +95,8 @@ memory, as a minimized index of huge amount external data.

<!-- TODO toc -->

<!-- TODO add FPR benchmark -->

## Memory overhead

**Bits/key**: memory or disk-space in bits a key consumed in average.
Expand Down

0 comments on commit eba334c

Please sign in to comment.