Module bloomchain::group [] [src]

Bloom grouping.

Optimization gathering together blooms that are in the same index and are likely to be retrived together.

Structs

BloomGroup

Group of blooms that are in the same index.

BloomGroupChain

Performs all bloom database operations using BloomGroups.

GroupDatabaseBridge

Bridge between BloomDatabase and BloomGroupDatabase.

GroupPosition

Uniquely identifies bloom group position.

Traits

BloomGroupDatabase

Readonly BloomGroup database.