Skip to content
/ storage Public

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

Notifications You must be signed in to change notification settings

thesz/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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