We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5dfa7 commit 201a80fCopy full SHA for 201a80f
README.md
@@ -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