package
0.0.0-20250119000602-809120120630
Repository: https://github.com/n42blockchain/n42.git
Documentation: pkg.go.dev

# Functions

CutLeft - cut from bitmap `targetSize` bytes from left removing lft part from `bm` returns nil on zero cardinality.
CutLeft - cut from bitmap `targetSize` bytes from left removing lft part from `bm` returns nil on zero cardinality.
Get - reading as much chunks as needed to satisfy [from, to] condition join all chunks to 1 bitmap by Or operator.
Get - reading as much chunks as needed to satisfy [from, to] condition join all chunks to 1 bitmap by Or operator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SeekInBitmap - returns value in bitmap which is >= n nolint:deadcode.
SeekInBitmap - returns value in bitmap which is >= n.
TruncateRange - gets existing bitmap in db and call RemoveRange operator on it.
TruncateRange - gets existing bitmap in db and call RemoveRange operator on it.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

threshold beyond which MDBX overflow pages appear: 4096 / 2 - (keySize + 8).