awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesStruct Layout Visualizers

Tools that generate visual representations of how data structures are mapped in physical memory.

Distinct from Struct Field Mappings: Candidates focus on database mapping or caches; this is about visualizing physical memory alignment and padding.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Struct Layout Visualizers. Refine with filters or upvote what's useful.

Awesome Struct Layout Visualizers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dominikh/go-toolsdominikh 的头像

    dominikh/go-tools

    6,818在 GitHub 上查看↗

    go-tools is a collection of utilities for Go static analysis and memory layout optimization. It provides a toolset designed to analyze source code to detect bugs and dead code, alongside specialized tools for optimizing how structs are arranged in memory. The project includes a memory alignment visualizer to display physical memory layouts and padding, as well as a struct layout optimizer that reorders fields to minimize memory padding. Additionally, it provides a boilerplate generator to automate the creation of registration and test files required for developing custom Go analyzers. The to

    Analyzes and visualizes how Go structs are arranged in memory to identify alignment issues.

    Go
    在 GitHub 上查看↗6,818
  1. Home
  2. Operating Systems & Systems Programming
  3. Struct Layout Visualizers