Companion

object Companion

Properties

Link copied to clipboard

Default number of the size of the queue maintained while searching during a graph construction.

Link copied to clipboard

Default number of maximum connections per node

Link copied to clipboard

Default to use single thread merge

Link copied to clipboard
Link copied to clipboard
const val MAXIMUM_BEAM_WIDTH: Int = 3200

The maximum size of the queue to maintain while searching during graph construction. This maximum value preserves the ratio of the DEFAULT_BEAM_WIDTH/DEFAULT_MAX_CONN (i.e. 6.25 * 16 = 3200).

Link copied to clipboard
const val MAXIMUM_MAX_CONN: Int = 512

A maximum configurable maximum max conn.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val VERSION_CURRENT: Int
Link copied to clipboard
const val VERSION_START: Int = 0