mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
docs: Fix a variable name for bucket in Dashtable section (#80)
In the the `dashtable.svg` diagram, the last segment is denoted by `N` while `K` is used for buckets (like bucket1, bucket2, ..., bucketK).
This commit is contained in:
parent
7ff6e47332
commit
8570a12d81
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Similarly to a classic hashtable, dashtable (DT) also holds an array of pointers
|
|||
|
||||

|
||||
|
||||
In the diagram above you can see how dashtable looks like. Each segment is comprised of `N` buckets. For example, in our implementation a dashtable has 60 buckets per segment (it's a compile-time parameter that can be configured).
|
||||
In the diagram above you can see how dashtable looks like. Each segment is comprised of `K` buckets. For example, in our implementation a dashtable has 60 buckets per segment (it's a compile-time parameter that can be configured).
|
||||
|
||||
### Segment zoom-in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue