acme-disk-use 0.3.0

Fast disk usage analyzer with intelligent caching for incremental write workloads
Documentation
1
2
3
4
5
6
7
8
# Justfile

# Run benchmarks and generate graph
benchmark:
    cargo build --release
    python3 benches/benchmark.py
    python3 benches/generate_graph.py benches/benchmark_results.json docs/benchmark_graph.svg
    @echo "Graph generated at docs/benchmark_graph.svg"