Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func U64FromHex ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
NewBuilder builder for a new GCS file database.
probability is the False positive rate for queries, 1-in-p. indexGranularity is the entries per index point (16 bytes each).
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) Initialize ¶
Initialize only loads the database index into memory. This does not load the whole file in RAM.
Click to show internal directories.
Click to hide internal directories.