@hackage restless-git0.5.0
Easy Git repository serialization
Categories
License
GPL-3.0-only
Maintainer
mikael@brockman.se
Links
Versions
Installation
Dependencies (6)
- HSH >=2.1 && <2.2
- base >=4 && <5
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.6
- text >=1.2 && <1.3
- time >=1.6 && <1.7 Show all…
Dependents (1)
@hackage/hevm
This package defines a simple way to serialize state as a nested file hierarchy saved in a Git repository. It is still quite inflexible, and rather slow because it repeatedly invokes Git's plumbing commands. It used to be implemented with libgit2, but I found it desirable to avoid FFI. Any way to make it faster without FFI would be great.