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

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

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

2 مستودعات

Awesome GitHub RepositoriesArray-Backed Collections

Stores collection data as plain JavaScript arrays internally for direct array operations.

Distinct from Tensor-to-Array Conversions: Distinct from Tensor-to-Array Conversions: focuses on internal storage representation of collections, not converting tensor data to arrays.

Explore 2 awesome GitHub repositories matching data & databases · Array-Backed Collections. Refine with filters or upvote what's useful.

Awesome Array-Backed Collections GitHub Repositories

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

    ecrmnn/collect.js

    6,571عرض على GitHub↗

    collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio

    Implements internal storage as plain arrays for seamless native array conversion.

    JavaScriptcollectionlaravellaravel-collections
    عرض على GitHub↗6,571
  • doctrine/collectionsالصورة الرمزية لـ doctrine

    doctrine/collections

    5,979عرض على GitHub↗

    Doctrine Collections is a PHP library that provides object-oriented abstractions for managing and manipulating groups of objects with array-like functionality. It wraps native PHP arrays in an object-oriented interface, enabling cleaner data manipulation through methods for filtering, mapping, and iteration. The library supports callback-driven transformation, applying a callback to every element and returning a new collection with the transformed values. It also enables criteria expression querying, allowing selection of matching elements by applying a criteria object with comparison express

    Provides an object-oriented interface wrapping native PHP arrays for cleaner data manipulation.

    PHP
    عرض على GitHub↗5,979
  1. Home
  2. Data & Databases
  3. Tensor-to-Array Conversions
  4. Array-Backed Collections