You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The marshaling code currently uses uint64 for all lengths, including each bit vector length. We can probably get away with a uint32 instead for these, thus saving 4 bytes per bit vector used to represent the BBHash on the wire/disk.
The text was updated successfully, but these errors were encountered:
The marshaling code currently uses
uint64
for all lengths, including each bit vector length. We can probably get away with auint32
instead for these, thus saving 4 bytes per bit vector used to represent theBBHash
on the wire/disk.The text was updated successfully, but these errors were encountered: