struct

LexisMinhash::BucketEntry

Inherits Struct < Value < Object

Linear probing bucket table for cache-efficient LSH storage

Constructors

new(key : UInt64, doc_id : Int32)

Create a new BucketEntry for key and doc_id

Source

Instance methods

doc_id
Source
doc_id=(doc_id : Int32)
Source
key=(key : UInt64)
Source