awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesKey-Based Collection Grouping

Organizing elements of a collection into a map where each key points to shared elements.

Distinct from Stream Element Grouping: None of the candidates cover general functional data organization; they focus on UI tracking or stream partitioning.

Explore 1 awesome GitHub repository matching data & databases · Key-Based Collection Grouping. Refine with filters or upvote what's useful.

Awesome Key-Based Collection Grouping GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ecrmnn/collect.jsAvatar de ecrmnn

    ecrmnn/collect.js

    6,571Ver en 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

    Groups collection items by a given key or callback, returning a new collection with group names as keys.

    JavaScriptcollectionlaravellaravel-collections
    Ver en GitHub↗6,571
  1. Home
  2. Data & Databases
  3. Key-Based Collection Grouping

Explorar subetiquetas

  • Key IntersectionsKeeps only items whose keys are present in another collection, removing unmatched keys. **Distinct from Key-Based Collection Grouping:** Distinct from Key-Based Collection Grouping: filters by key presence, not grouping elements by shared keys.