Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyed-tree

A keyed tree datastore

Overview

An in-memory datastore for hierarchical data. This is an infinitary tree as defined below

tree = tree label children
    with
    label = optional bytes
    children = [(bytes, bytes)] -> tree

A typical path in the tree is /a/b/{b1=v1;b2=v2}/c

Run

cabal run

About

A keyed tree datastore

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages