Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Commit b4c7c80

Browse files
cpatuleakrasi-georgiev
authored andcommitted
Reword chunk references, LSB usually means 'bits'. (#364)
https://en.wikipedia.org/wiki/Bit_numbering#Least_significant_bit Signed-off-by: Catalin Patulea <[email protected]>
1 parent 6e71296 commit b4c7c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/format/chunks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following describes the format of a single chunks file, which is created in the `chunks/` directory of a block. The maximum size per segment file is 512MiB.
44

5-
Chunks in the files are referenced from the index by the in-file offset in the 4 LSB and the segment sequence number in the higher 4 MSBs.
5+
Chunks in the files are referenced from the index by uint64 composed of in-file offset (lower 4 bytes) and segment sequence number (upper 4 bytes).
66

77
```
88
┌────────────────────────────────────────┬──────────────────────┐

0 commit comments

Comments
 (0)