awesome-repositories.com
Blog
awesome-repositories.com

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

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

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • praydog/reframeworkAvatar von praydog

    praydog/REFramework

    4,423Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,423
  • microsoft/wilAvatar von microsoft

    microsoft/wil

    2,884Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗2,884
  1. Home
  2. Data & Databases
  3. Array Manipulation Utilities
  4. Memory-Managed Arrays

Unter-Tags erkunden

  • 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.