diff options
Diffstat (limited to 'docs/gettingstarted/developers/bihash.md')
-rw-r--r-- | docs/gettingstarted/developers/bihash.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/bihash.md b/docs/gettingstarted/developers/bihash.md index a0d652f4f6c..bc4dc1b1b34 100644 --- a/docs/gettingstarted/developers/bihash.md +++ b/docs/gettingstarted/developers/bihash.md @@ -74,7 +74,7 @@ search across 2**log2_size backing pages on a per-bucket basis. To maintain *space* efficiency, we should configure the bucket array so that backing pages are effectively utilized. Lookup performance -tends to change *very litte* if the bucket array is too small or too +tends to change *very little* if the bucket array is too small or too large. Bihash depends on selecting an effective hash function. If one were to |