Skip to content

xafizoff/storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage engine, LSM-style

General information

This repository contains storage engine that implements persistent key-value storage in log-structured merge tree (LSM) style. Persistence here means that data once fixed in transaction commit will not change in future.

Copyright information

Copyright (C) 2017 Serguey Zefirov

Documentation

A preliminary version can be found here.

Source files

S.hs - storage engine, TS.hs - tests.

About

Key-value storage LSM-style and whatever will grow out of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 93.3%
  • Tcl 6.5%
  • Makefile 0.2%