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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBPF Map Management

Management of shared memory structures (hashes, arrays) used to transport state between kernel and user space.

Distinguishing note: Candidates focus on UI map states or general app state, not kernel-to-user space eBPF maps.

Explore 1 awesome GitHub repository matching operating systems & systems programming · BPF Map Management. Refine with filters or upvote what's useful.

Awesome BPF Map Management GitHub Repositories

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

    iovisor/bcc

    22,459在 GitHub 上查看↗

    BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It functions as a performance analysis tool and debugging utility to capture system events, measure kernel latency, and provide network observability. The project distinguishes itself by providing a build system that integrates with LLVM to compile C-like code into BPF bytecode at runtime. It utilizes BPF Type Format data for relocations to maintain cross-kernel compatibility and extracts kernel headers to ensure the generated programs match the specific kernel version. The toolkit co

    Stores shared state between kernel and user space using hash tables, arrays, and histograms.

    C
    在 GitHub 上查看↗22,459
  1. Home
  2. Operating Systems & Systems Programming
  3. BPF Map Management