package
0.3.1
Repository: https://github.com/proofxyz/solidify.git
Documentation: pkg.go.dev

# Functions

GroupIntoIndexedBuckets groups fields into IndexedBuckets by limiting the raw data size in each bucket.
GroupIntoLabelledBuckets groups labelled fields into LabelledBucket by limiting the raw data size in each bucket.
GroupIntoStorages groups buckets into storages by limiting the max number of buckets in and total size of each storage.
NewBucketStorage creates a new BucketStorage with given name.

# Structs

BucketStorage is an implementation of storage.BucketStorage, storing a slice of buckets.
IndexedBucket stores fields and provides a access by prepending a location header.
LabelledBucket stores fields with a fixed size.