#version-control #graph #revision #function #computation #testing #command

bin+lib vcsgraph

A library to perform various computation of a version control graph

2 unstable releases

0.2.0 Dec 21, 2021
0.1.0 Oct 7, 2021

#289 in Science

Download history 298/week @ 2023-11-30 405/week @ 2023-12-07 257/week @ 2023-12-14 167/week @ 2023-12-21 67/week @ 2023-12-28 188/week @ 2024-01-04 203/week @ 2024-01-11 455/week @ 2024-01-18 212/week @ 2024-01-25 219/week @ 2024-02-01 320/week @ 2024-02-08 479/week @ 2024-02-15 594/week @ 2024-02-22 261/week @ 2024-02-29 273/week @ 2024-03-07 268/week @ 2024-03-14

1,549 downloads per month

GPL-2.0-or-later

120KB
2.5K SLoC

vcsgraph

This repository contains the sources of the vcsgraph project, a Rust implementation of some revision graph manipulation functions.

Contributing

This project targets Rust 1.48.0 for compatibility with most current Linux distributions.

The code needs to be properly formatted by using:

$ cargo fmt

Testing

CLI

For testing and evaluation purposes, some functions from this library are accessible through command line utilities shipped when the "cli" feature flag is present. Exposed functions can be listed by running:

$ cargo run --features cli --bin testing -- --help
$ cargo run --features cli --bin analytics -- --help

Benchmarking

It's possible to empirically evaluate the performance impact of changesets by adapting and running the following snippet, which compares the running time of some subcommand of two revisions on some reference graph from the vcsgraph-reference repository:

./utils/benchmark.sh ../vcsgraph-reference/graph/mercurial-2018-08-01-b2561d4a.graph

You will need the hyperfine benchmarking tool for this.

Dependencies

~0.8–1.3MB
~26K SLoC