LimitState

data class LimitState(val predecessor: Long, val current: Long)

Adaptive LIMIT value state, where the value grows or shrinks along the Fibonacci sequence.

This is a bit more gentle than doubling and halving.

Constructors

Link copied to clipboard
constructor(predecessor: Long, current: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Shrink the LIMIT value, if possible.

Link copied to clipboard
Link copied to clipboard

Grow the LIMIT value.