2 unstable releases

0.1.0 Jan 17, 2022
0.0.0 Jan 16, 2022

#1600 in Rust patterns

Download history 5/week @ 2024-02-16 10/week @ 2024-02-23 3/week @ 2024-03-01 2/week @ 2024-03-08 2/week @ 2024-03-15 1/week @ 2024-03-22 36/week @ 2024-03-29 16/week @ 2024-04-05

53 downloads per month
Used in 2 crates

Apache-2.0 WITH LLVM-exception

2KB

event sourcing version control

This is the worst (performance-wise) version control software I can imagine. Yes, afaik worse than commomly used blockchains and Darcs. The primary functionality is "merging" parallel event branches, and that is slow (O(n²) where n is the number of parallel branches).

This also means that this can be only used on really small datasets, and because of that, I made the library simpler by requiring that the data set is completely present in memory while working on it (as in: no file system access while modifying it).

Dependencies

~110–355KB