use PackedIntArray
This commit is contained in:
parent
4076e0ade1
commit
ce882b9086
|
@ -306,10 +306,10 @@ A packed list is a list of varints.
|
||||||
Complete file structure
|
Complete file structure
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
`idx_*` sections are of type `[]u29` and are pointing to the respective
|
`idx_*` sections are of type `[]PackedIntArray(u29)` and are pointing to the
|
||||||
`Groups` and `Users` entries (from the beginning of the respective section).
|
respective `Groups` and `Users` entries (from the beginning of the respective
|
||||||
Since User and Group records are 8-byte aligned, 3 bits are saved from every
|
section). Since User and Group records are 8-byte aligned, 3 bits are saved
|
||||||
element.
|
from every element.
|
||||||
|
|
||||||
Each section is padded to 64 bytes.
|
Each section is padded to 64 bytes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue