stok

package module
v0.0.0-...-22830a4 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2017 License: MIT Imports: 0 Imported by: 0

README

# stok

Fast file storage implementation for Go. Inspired by seaweedfs, fasthttp, and elliptics.

Module Description Coverage
storage Volume of index and files with headers Coverage

Documentation

Overview

Package stok implements fast storage for small files, optimized for zero allocations and fast reads.

Trade-offs: space consumption fully relies on vacuum algorithm, writes and deletes are slower than reads.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error string

func (Error) Error

func (e Error) Error() string

Directories

Path Synopsis
Package file implements auto-extending file.
Package file implements auto-extending file.
Package index implements index operations.
Package index implements index operations.
Package stokutils implements various utilities that help testing stok.
Package stokutils implements various utilities that help testing stok.

Jump to

Keyboard shortcuts

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