padlock-action
Version updated for https://github.com/gidotencate/padlock to version v0.10.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Padlock is a CLI tool designed to analyze and optimize memory layout in data structures, identifying issues such as padding waste, false sharing, and poor cache locality across multiple programming languages including C, C++, Rust, Go, and Zig. It automates the detection of inefficiencies, provides actionable reorder suggestions, flags concurrency risks, and ranks findings by impact to help developers improve performance and reduce memory overhead. With multi-language, multi-architecture support and CI-readiness, it streamlines the process of diagnosing and resolving memory-related problems in structs.
What’s Changed
What’s Changed
- Feat/fix ux improvements by @gidotencate in https://github.com/gidotencate/padlock/pull/4
- chore: workflow permissions, community standards, remove unused core deps by @gidotencate in https://github.com/gidotencate/padlock/pull/5
- feat: PDB accuracy fixes, cache improvements, Zig detection, docs — v0.10.0 by @gidotencate in https://github.com/gidotencate/padlock/pull/6
Full Changelog: https://github.com/gidotencate/padlock/compare/v0.9.7...v0.10.0