Expand description
Utilities to efficiently store future updates.
Structs§
- Bucket
Chain - 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.
- Bucket
Timestamp - Timestamp extension for timestamps that can advance by
2^exponent
.