awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDeduplications

Utilities for removing duplicate elements from arrays to ensure uniqueness.

Distinct from Array Transformations: Distinct from Array Transformations: specifically focuses on removing duplicates rather than mapping or modifying values.

Explore 1 awesome GitHub repository matching data & databases · Deduplications. Refine with filters or upvote what's useful.

Awesome Deduplications GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fabiospampinato/cashAvatar de fabiospampinato

    fabiospampinato/cash

    7,041Voir sur GitHub↗

    Cash is a lightweight DOM manipulation library and HTML element wrapper designed as an alternative to jQuery for selecting and modifying elements in modern browsers. It functions as a modular DOM framework and JavaScript utility library, providing a system to wrap DOM nodes into actionable collections for batch processing. The project is built with a modular design that supports tree-shaking, allowing build tools to exclude unused methods to minimize the final bundle size. It provides mechanisms for extending the core functionality and collection prototypes to implement reusable plugins and c

    Includes a utility to create new arrays containing only unique elements from an original list.

    JavaScriptcashdomjavascript
    Voir sur GitHub↗7,041
  1. Home
  2. Data & Databases
  3. Array Element Modifiers
  4. Array Transformations
  5. Deduplications