Skip to content

Commit 201a80f

Browse files
committed
Added a README.
1 parent 9d5dfa7 commit 201a80f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#FixFile
2+
3+
This is a library for datatype-generic file serialization.
4+
5+
##Features
6+
7+
* Transaction-isolation via Multi-Version Concurrency Control (MVCC).
8+
* Append-only file format with a cavuum (garbage collection) feature.
9+
* Lazy reads that only read structures that are accessed.
10+
* Writes that only write modified structures.
11+
* Clear separation between I/O and manipulation of data structures.
12+
* Standard library providing implementations of sets and key-value stores.
13+

0 commit comments

Comments
 (0)