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

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

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

2 个仓库

Awesome GitHub RepositoriesDeep Pointer Resolution

Recursive dereferencing of pointer chains to reach the final underlying value.

Distinct from Pointer Utilities: Specializes generic pointer utilities to recursive chain resolution.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Deep Pointer Resolution. Refine with filters or upvote what's useful.

Awesome Deep Pointer Resolution GitHub Repositories

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

    duke-git/lancet

    5,295在 GitHub 上查看↗

    Lancet 是 Go 标准库的全面扩展,提供了一系列可复用的函数和数据结构,旨在减少应用中的样板代码。它是一个跨多个领域的通用工具包,包括并发、安全、网络和函数式逻辑。 该项目的特色在于针对 Go 并发的专用工具包(如键控锁和基于通道的流处理),以及支持柯里化和函数组合的专用函数式编程套件。它还包含一个使用 AES、RSA 和 SM 标准实现对称和非对称加密的专用密码学库。 该库涵盖了广泛的功能领域,包括 LRU 缓存和二叉搜索树等高级数据结构、代数和统计数学计算,以及用于进程和文件管理的操作系统集成。它还提供了用于 HTTP 网络、日期和时间操作,以及集合代数和惰性流求值等高级数据处理的实用程序。

    Recursively resolves pointer chains to retrieve the final underlying value.

    Gogenericsgogolang
    在 GitHub 上查看↗5,295
  • secure-software-engineering/phasarsecure-software-engineering 的头像

    secure-software-engineering/phasar

    1,045在 GitHub 上查看↗

    Phasar is a static analysis framework designed for the inspection of software logic through the processing of compiler intermediate representations. It provides a modular pipeline for building program representations, including call graphs, control flow graphs, and type hierarchies, which serve as the foundation for deep structural analysis of software behavior. The framework specializes in interprocedural data flow analysis and pointer alias resolution, enabling the tracking of information movement across function boundaries and the identification of indirect memory access patterns. By lever

    Determines memory reference relationships and points-to information to resolve indirect access patterns.

    C++ccppdata-flow-analysis
    在 GitHub 上查看↗1,045
  1. Home
  2. Programming Languages & Runtimes
  3. Pointer Utilities
  4. Deep Pointer Resolution