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
·

16 dépôts

Awesome GitHub RepositoriesArray Utilities

Tools for manipulating, filtering, and transforming JavaScript arrays.

Explore 16 awesome GitHub repositories matching part of an awesome list · Array Utilities. Refine with filters or upvote what's useful.

Awesome Array Utilities 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.
  • mafintosh/unordered-array-removeAvatar de mafintosh

    mafintosh/unordered-array-remove

    118Voir sur GitHub↗

    Efficiently remove an element from an unordered array without doing a splice

    Efficiently removes an element without using splice.

    JavaScript
    Voir sur GitHub↗118
  • ehmicky/fast-cartesianAvatar de ehmicky

    ehmicky/fast-cartesian

    73Voir sur GitHub↗

    Fast cartesian product

    Calculates the cartesian product of arrays efficiently.

    TypeScript
    Voir sur GitHub↗73
  • doowb/group-arrayAvatar de doowb

    doowb/group-array

    66Voir sur GitHub↗

    Group array of objects into lists.

    Groups an array of objects into categorized lists.

    JavaScript
    Voir sur GitHub↗66
  • jonschlinkert/arr-flattenAvatar de jonschlinkert

    jonschlinkert/arr-flatten

    59Voir sur GitHub↗

    Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

    Recursively flattens nested arrays into a single level.

    JavaScript
    Voir sur GitHub↗59
  • jonschlinkert/arr-diffAvatar de jonschlinkert

    jonschlinkert/arr-diff

    45Voir sur GitHub↗

    Returns an array with only the unique values from all given arrays using strict equality for comparisons.

    Returns unique values by excluding elements found in other arrays.

    JavaScript
    Voir sur GitHub↗45
  • sindresorhus/filled-arrayAvatar de sindresorhus

    sindresorhus/filled-array

    43Voir sur GitHub↗

    Returns an array filled with the specified input

    Creates an array filled with a specific value.

    JavaScript
    Voir sur GitHub↗43
  • jonschlinkert/array-lastAvatar de jonschlinkert

    jonschlinkert/array-last

    33Voir sur GitHub↗

    Return the last element in an array. Faster than .slice

    Retrieves the last element of an array.

    JavaScript
    Voir sur GitHub↗33
  • mattdesl/array-rangeAvatar de mattdesl

    mattdesl/array-range

    25Voir sur GitHub↗

    creates a new array with given range

    Generates an array containing a specified range of numbers.

    JavaScript
    Voir sur GitHub↗25
  • dcousens/is-sortedAvatar de dcousens

    dcousens/is-sorted

    24Voir sur GitHub↗

    A small module to check if an Array is sorted

    Checks if an array is sorted in ascending order.

    JavaScript
    Voir sur GitHub↗24
  • seriousmanual/dedupeAvatar de seriousManual

    seriousManual/dedupe

    24Voir sur GitHub↗

    easy deduplication of array values

    Removes duplicate values from an array.

    TypeScript
    Voir sur GitHub↗24
  • jonschlinkert/in-arrayAvatar de jonschlinkert

    jonschlinkert/in-array

    16Voir sur GitHub↗

    Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

    Checks for the existence of a value within an array.

    JavaScript
    Voir sur GitHub↗16
  • zhiyelee/array.chunkAvatar de zhiyelee

    zhiyelee/array.chunk

    12Voir sur GitHub↗

    Split array/TypedArray to chunks of given size

    Splits arrays or TypedArrays into smaller chunks.

    JavaScript
    Voir sur GitHub↗12
  • jonschlinkert/array-firstAvatar de jonschlinkert

    jonschlinkert/array-first

    11Voir sur GitHub↗

    Get the first element or first n elements of an array.

    Retrieves the first element or a subset of array elements.

    JavaScript
    Voir sur GitHub↗11
  • michaelzoidl/swap-arrayAvatar de michaelzoidl

    michaelzoidl/swap-array

    6Voir sur GitHub↗

    Swaps the index / position of an array

    Swaps the positions of two items in an array.

    JavaScript
    Voir sur GitHub↗6
  • johnwquarles/mirrarrayAvatar de johnwquarles

    johnwquarles/mirrarray

    5Voir sur GitHub↗

    NPM module for creating a keymirror object from an array of strings

    Creates a key-mirror object from an array of keys.

    JavaScript
    Voir sur GitHub↗5
  • parro-it/map-arrayAvatar de parro-it

    parro-it/map-array

    4Voir sur GitHub↗

    Map object keys and values into an array.

    Maps object keys and values into an array structure.

    JavaScript
    Voir sur GitHub↗4
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Array Utilities