Skip to main content

Module lookback

Module lookback 

Source
Expand description

Containers that can store either values, or offsets to prior values.

This has the potential to be more efficient than a list of T when many values repeat in close proximity. Values must be equatable, and the degree of lookback can be configured.

Structsยง

Lookbacks
Repeats
A container that encodes repeated values with a None variant, at the cost of extra bits for every record.