lsmt

package module
v0.0.0-...-d3d32da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2021 License: MIT Imports: 8 Imported by: 0

README

lsmt

A log-structured merge-tree implementation. The intention is to meander through the process of writing a lsmt from scratch.

Documentation

Index

Constants

View Source
const (
	Lifecycle = "lifecycle"
	Action    = "action"
)

Variables

This section is empty.

Functions

func Lsmt

func Lsmt(options *config.Options) (*lsmt, []error)

Creates a new log-structured merge-tree in accordance with the options provided. If an existing lsmt exists at options.path then it will be opened, otherwise a new lsmt will be created.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL