Skip to content

ci: tooling enhancements — semver-checks, cargo-hakari, feature pruning, divan evaluation #894

Description

@strawgate

Problem

Several CI tooling and build infrastructure improvements could benefit the project:

1. cargo-semver-checks in CI

Prevents accidental breaking API changes if crate APIs ever become public.

2. cargo-hakari for workspace dependency unification

Reduces redundant compilation of shared dependencies across workspace members.

3. cargo-features-manager feature pruning

Dependencies like Arrow, DataFusion, Tokio have many feature flags. Pruning unused features can reduce compile time and binary size.

4. Evaluate divan as criterion alternative

Newer benchmarking library with simpler API and built-in allocation profiling.

5. Parallel compiler frontend

Rust 1.85+ supports parallel compilation of a single crate. Evaluate -j flag benefits.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3: lowPolish, refactor, research, tooling, minor UXenhancementNew feature or requestresearchRequires research/investigationresearch-neededNeeds investigation before implementation can be scheduled

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions