Discover Packages
github.com/ababo/mastore
store
package
Version:
v0.0.0-...-3b88efa
Opens a new window with list of versions in this module.
Published: Dec 20, 2016
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
StorePath string
MaxAccumSizeMiB int
MaxCacheSizeKiB int
MaxIndexBlockSizeKiB int
MinSingularSizeKiB int
CompressionLevel int
MaxGoroutines int
}
Config is a store configuration.
ReadFunc is a callback function to read keys or values.
Store data.
AddValue adds a new record to a store.
FindKeys reads all keys in a store.
FindValues reads all values for a given key.
Flush writes in-memory records to disk.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.