UPSTREAM PR #2377: feat: add sha256 feature to gix-commitgraph#15
UPSTREAM PR #2377: feat: add sha256 feature to gix-commitgraph#15
sha256 feature to gix-commitgraph#15Conversation
0189b08 to
4387ffb
Compare
OverviewAnalysis of 27,122 functions across two Gitoxide binaries reveals negligible performance impact between versions. Modified functions: 533 (1.96%), new: 1,009, removed: 1,009, unchanged: 24,571 (90.59%). Power Consumption:
Function AnalysisTwo functions analyzed show minimal throughput time increases without performance concerns: rayon_core::StackJob::into_result ( gix::revision::spec::parse::delegate::Revision::find_ref ( Both changes represent normal compiler variance without functional modifications. Performance-critical subsystems (object access, pack operations, parallel processing) remain unaffected. 🔎 Full breakdown: Loci Inspector. |
adf2b54 to
002971b
Compare
8124417 to
dccca45
Compare
f045646 to
e746ced
Compare
3a9c4ae to
a28c634
Compare
3deba97 to
9b41e5f
Compare
95ef755 to
a9e7940
Compare
8b02847 to
1bf0519
Compare
cdbe120 to
78a7ab5
Compare
Note
Source pull request: GitoxideLabs/gitoxide#2377
This PR adds the
sha256feature togix-commitgraph. I opened it as a draft, so we have a space where we can discuss how to best approach testing this new feature.This PR was triggered by a comment in #2359.