Popularity
3.1
Stable
Activity
0.0
Stable
5
3
0
Monthly Downloads: 10
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.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of fixfile or a related project?
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.