Module temporal

Source
Expand description

Utilities to efficiently store future updates.

Structs§

BucketChain
A sorted list of buckets, representing data bucketed by timestamp.

Traits§

Bucket
A type that can be split into two parts based on a timestamp.
BucketTimestamp
Timestamp extension for timestamps that can advance by 2^exponent.