Companion

object Companion

Types

Link copied to clipboard
data class ByteSequencesReaderProfile(val calls: Long, val eofCalls: Long, val totalMs: Long, val readLengthMs: Long, val prepareRefMs: Long, val readBytesMs: Long, val getRefMs: Long, val payloadBytes: Long)

Properties

Link copied to clipboard

Absolute minimum required buffer size for sorting.

Link copied to clipboard

Default comparator: sorts in binary (codepoint) order

Link copied to clipboard
const val GB: Long

Convenience constant for gigabytes

Link copied to clipboard
const val MAX_TEMPFILES: Int = 10

Maximum number of temporary files before doing an intermediate merge.

Link copied to clipboard
const val MB: Long

Convenience constant for megabytes

Link copied to clipboard
const val MIN_BUFFER_SIZE_MB: Long = 32

Minimum recommended buffer size for sorting.