You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Go Memory Layout Visualizer
2
2
3
-
**v0.2.2 is now available!**[Download from GitHub](https://github.com/1rhino2/go-memory-visualizer/releases/tag/v0.2.2) | [Install from OpenVSX](https://open-vsx.org/extension/RhinoSoftware/go-memory-visualizer) | [Visit Website](https://1rhino2.github.io/go-memory-visualizer/)
3
+
**v0.3.0 is now available!**[Download from GitHub](https://github.com/1rhino2/go-memory-visualizer/releases/tag/v0.3.0) | [Install from OpenVSX](https://open-vsx.org/extension/RhinoSoftware/go-memory-visualizer) | [Visit Website](https://1rhino2.github.io/go-memory-visualizer/)
4
4
5
5
6
6
@@ -481,11 +481,18 @@ MIT License - see [LICENSE](LICENSE) file for details.
481
481
-[x] Added path validation and normalization
482
482
-[x] Implemented write verification and explicit file permissions
483
483
484
-
### v0.3.0 (Planned)
484
+
### v0.3.0 - Released 2025-12-03
485
+
486
+
-[x]**Cache line visualization**: Shows which 64-byte cache line each field occupies
487
+
-[x]**Cache line crossing detection**: Warns when fields span multiple cache lines
488
+
-[x]**Workspace analyzer**: New command scans all Go files for optimization opportunities
0 commit comments