Path to this page:
Subject: CVS commit: wip/sophia
From: Christian Koch
Date: 2015-06-21 22:43:50
Message id: E1Z6m63-0004oH-GS@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
Import sophia-1.2.2 as wip/sophia.
Sophia is a modern embeddable key-value database.
It has unique architecture that was created as a result of research and
reconsideration primary algorithmic constraints of Log-file based data
structures, such as LSM-tree. (see architecture)
Sophia is designed for fast write (append-only) and read (range
query-optimized, adaptive architecture) small to medium-sized key-values.
BSD licensed and implemented as small C-written library with zero
dependencies.
Files: