awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesPointer Utilities

Helper functions for creating and managing pointers to literal values and interfaces.

Distinguishing note: Candidates focus on nil-pointer detection or temporary stack pointers, not basic pointer creation for literals.

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

Awesome Pointer Utilities GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • duke-git/lancetAvatar von duke-git

    duke-git/lancet

    5,295Auf GitHub ansehen↗

    Lancet is a comprehensive extension of the Go standard library, providing a collection of reusable functions and data structures designed to reduce boilerplate code in applications. It serves as a general-purpose toolkit across multiple domains, including concurrency, security, networking, and functional logic. The project distinguishes itself through specialized toolkits for Go concurrency, such as keyed locking and channel-based stream processing, and a dedicated functional programming kit that supports currying and function composition. It also includes a dedicated cryptography library imp

    Recursively resolves pointer chains to retrieve the final underlying value.

    Gogenericsgogolang
    Auf GitHub ansehen↗5,295
  • secure-software-engineering/phasarAvatar von secure-software-engineering

    secure-software-engineering/phasar

    1,045Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,045
  1. Home
  2. Programming Languages & Runtimes
  3. Pointer Utilities

Unter-Tags erkunden

  • Deep Pointer ResolutionRecursive dereferencing of pointer chains to reach the final underlying value. **Distinct from Pointer Utilities:** Specializes generic pointer utilities to recursive chain resolution.