# Functions
NewStoragePacker creates a new storage packer for a given view.
# Constants
StoragePackerBucketsPrefix is the default storage key prefix under which bucket data will be stored.
# Variables
No description provided by the author
# Structs
Bucket is a construct to hold multiple items within itself.
Item represents an entry that gets inserted into the storage packer.
StoragePacker packs items into a specific number of buckets by hashing its identifier and indexing on it.