package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 14, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
diff
Utility package for calculating and comparing differences between simulation values and configurations.
Notes
- Provides hash calculation functions for deterministic file identification
- Implements comparison methods for simulation results analysis
- Supports diff generation between multiple simulation runs
- Facilitates reproducibility through consistent hashing algorithms
- Offers utilities for comparing numerical values with tolerances
- Enables tracking of configuration changes between simulation runs
- Includes methods for structured data comparison and visualization
- Assists in validation and verification of simulation results
Documentation
¶
combinedHash returns the SHA256 hash of two byte slices
NOTE: hash(hash(a) + hash(b))
Source Files
¶
Click to show internal directories.
Click to hide internal directories.