Skip to content

Commit 1931819

Browse files
committed
update readme for v0.3.0 release
1 parent 7b9acc1 commit 1931819

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go Memory Layout Visualizer
22

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/)
44

55

66

@@ -481,11 +481,18 @@ MIT License - see [LICENSE](LICENSE) file for details.
481481
- [x] Added path validation and normalization
482482
- [x] Implemented write verification and explicit file permissions
483483

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
489+
- [x] Hot field detection for false sharing risks
490+
491+
### v0.4.0 (Planned)
485492

486493
- [ ] Union type support
487494
- [ ] Bitfield visualization
488-
- [ ] Memory alignment profiler
495+
- [ ] Visual memory map (graphical layout)
489496

490497
### v1.0.0 (Future)
491498

0 commit comments

Comments
 (0)