Popularity
3.1
Declining
Activity
0.0
Stable
5
3
0

Monthly Downloads: 18
Programming language: Haskell
License: GNU Lesser General Public License v3.0 only
Tags: Data    
Latest version: v0.2.0.0

fixfile alternatives and similar packages

Based on the "Data" category.
Alternatively, view fixfile alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fixfile or a related project?

Add another 'Data' Package

README

FixFile

This is a library for datatype-generic file serialization.

Features

  • Transaction-isolation via Multi-Version Concurrency Control (MVCC).
  • Append-only file format with a vacuum (garbage collection) feature.
  • Lazy reads that only read structures that are accessed.
  • Writes that only write modified structures.
  • Clear separation between I/O and manipulation of data structures.
  • Standard library providing implementations of sets and key-value stores.