awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesMemory-Managed Arrays

Arrays that integrate with specific memory management or garbage collection strategies to control object lifetimes.

Distinct from Array Manipulation Utilities: Focuses on lifetime and memory management of arrays rather than the logical transformation or sorting of their elements.

Explore 2 awesome GitHub repositories matching data & databases · Memory-Managed Arrays. Refine with filters or upvote what's useful.

Awesome Memory-Managed Arrays GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • praydog/reframeworkAvatar praydog

    praydog/REFramework

    4,423Vezi pe GitHub↗

    REFramework is a runtime modding framework for games built on the RE Engine, providing a C# plugin system with typed proxy code generation, a Lua scripting interface, an ImGui-based UI system, a runtime debugging toolkit, and a VR integration layer. At its core, it intercepts and modifies internal game engine functions and state at runtime through hooking and scripting APIs, enabling deep inspection and manipulation of live game objects. The framework distinguishes itself through typed proxy code generation that auto-creates C# interfaces from the game's type database, giving compile-time saf

    Provides runtime array manipulation capabilities for game object inspection and modification.

    C++cmkrcppdmc5
    Vezi pe GitHub↗4,423
  • microsoft/wilAvatar microsoft

    microsoft/wil

    2,884Vezi pe GitHub↗

    wil is a C++ wrapper library for the Windows API designed to simplify system development through RAII and exception handling. It provides a set of resource management tools, a framework for Windows error handling, and type-safe interfaces for registry access and networking. The library distinguishes itself by automating the conversion between system error codes and C++ exceptions, while providing utilities for contextual error message attachment and early return patterns. It also features specialized networking wrappers for socket initialization and hostname resolution, and a registry interfa

    Handles arrays where both the individual elements and the array itself require dedicated cleanup routines.

    C++
    Vezi pe GitHub↗2,884
  1. Home
  2. Data & Databases
  3. Array Manipulation Utilities
  4. Memory-Managed Arrays

Explorează sub-etichetele

  • Resource Array CleanupManagement of arrays where both the container and individual elements require specific cleanup routines. **Distinct from Memory-Managed Arrays:** Focuses on the combined cleanup of elements and the array, rather than just memory management of the array.
  • Runtime Array ManipulationsOperations to create, read, and replace managed arrays at runtime using type definitions and element access methods. **Distinct from Memory-Managed Arrays:** Distinct from Memory-Managed Arrays: focuses on runtime manipulation of arrays within a modding framework, not on memory management or garbage collection strategies.