lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util
/
TimSorter
/
Companion
Companion
object
Companion
Members
Properties
MIN_
GALLOP
Link copied to clipboard
const
val
MIN_GALLOP
:
Int
=
7
MINRUN
Link copied to clipboard
const
val
MINRUN
:
Int
=
32
STACKSIZE
Link copied to clipboard
const
val
STACKSIZE
:
Int
=
49
THRESHOLD
Link copied to clipboard
const
val
THRESHOLD
:
Int
=
64
Functions
min
Run
Link copied to clipboard
fun
minRun
(
length
:
Int
)
:
Int
Minimum run length for an array of length
length
.