awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesReference-Preserving Memory Sharing

Manages internal backing stores to allow multiple collection instances to share data without duplication.

Distinct from Shared Memory Instance Deployments: Distinct from Shared Memory Instance Deployments: focuses on data backing store sharing between collection instances rather than process-level isolation.

Explore 1 awesome GitHub repository matching software engineering & architecture · Reference-Preserving Memory Sharing. Refine with filters or upvote what's useful.

Awesome Reference-Preserving Memory Sharing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • montagejs/collectionsالصورة الرمزية لـ montagejs

    montagejs/collections

    2,094عرض على GitHub↗

    Collections is a JavaScript data structure library that provides unified interfaces for sets, maps, ordered sequences, and key-value storage. It includes capacity-bounded eviction mechanisms, categorical grouping, and set membership collections designed to organize and manage complex datasets through consistent traversal methods. The library offers advanced primitives such as circular ring buffers that automatically discard old entries upon reaching capacity limits, and comparator-driven sorted sequences maintained through binary search positioning. It supports persistent state snapshotting v

    Manages internal backing stores to allow multiple instances to reference shared data without duplication overhead.

    JavaScript
    عرض على GitHub↗2,094
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Shared Memory Instance Deployments
  5. Reference-Preserving Memory Sharing