EN FR
EN FR


Section: New Software and Platforms

Sanakirja

Keyword: Databases

Functional Description: Sanakirja is a fully transactional (all operations are atomic) key-value dictionary stored in a file (usable a the low-level layer of a more full-featured database engine), with a zero-copy fork operation (fork is in time and space O(log n), where n is the number of keys in the file). This project is written in Rust.