Companion

object Companion

Properties

Link copied to clipboard
const val MIN_GALLOP: Int = 7
Link copied to clipboard
const val MINRUN: Int = 32
Link copied to clipboard
const val STACKSIZE: Int = 49
Link copied to clipboard
const val THRESHOLD: Int = 64

Functions

Link copied to clipboard
fun minRun(length: Int): Int

Minimum run length for an array of length length.