awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Allocation Strategies · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesAllocation Strategies

Techniques for manual or semi-automated memory reservation and block organization, distinct from automated garbage collection.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Allocation Strategies. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Process and Memory Management
  5. Memory Management
  6. Allocation Strategies

Awesome Allocation Strategies GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • opencv/opencv

    opencv/opencv

    86,238GitHubView on GitHub↗

    OpenCV is a comprehensive computer vision library designed for real-time performance and cross-platform deployment. It provides a native execution environment that leverages multi-threaded operations and automated memory management to handle intensive computational tasks, including image processing and machine learning

    C++c-plus-pluscomputer-visiondeep-learning
  • protocolbuffers/protobuf

    protocolbuffers/protobuf

    70,695GitHubView on GitHub↗

    Protocol Buffers is a language-neutral, platform-agnostic mechanism for serializing structured data. It provides a schema-driven toolchain that compiles declarative data definitions into type-safe source code, enabling consistent communication and strongly typed API contracts across services written in different progra

    C++marshallingprotobufprotobuf-runtime
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    awesomeawesome-listc

Explore sub-tags

  • Arena-Based Memory ManagementStrategies that allocate objects within contiguous memory blocks to improve performance and simplify cleanup.
  • Dynamic Memory AllocationMechanisms for allocating and reallocating memory dynamically based on input size and data type requirements.
  • Memory Allocation LibrariesLibraries providing conservative garbage collection and memory allocation utilities for programming languages.