array-manipulations topic

List array-manipulations repositories

async-ray

104
Stars
4
Forks
Watchers

Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.

bottomline

482
Stars
33
Forks
Watchers

A full-on PHP manipulation utility-belt that provides support for the usual functional. :package:

blitz

397
Stars
83
Forks
Watchers

Blitz++ Multi-Dimensional Array Library for C++

Utils

805
Stars
76
Forks
Watchers

Collection of useful PHP functions, mini-classes, and snippets for every day.

array-to-tree

162
Stars
31
Forks
Watchers

Convert a plain array of nodes (with pointers to parent nodes) to a nested data structure

utils

1.9k
Stars
147
Forks
Watchers

🛠 Lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.

performant-array-to-tree

232
Stars
38
Forks
Watchers

Converts an array of items with ids and parent ids to a nested tree in a performant O(n) way. Runs in browsers and Node.js.

Helpers

114
Stars
6
Forks
Watchers

A collection of Javascript String and Array helpers for Laravel developers

09_Python_NumPy_Module

228
Stars
221
Forks
Watchers

Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for scientific...

chunkify

152
Stars
7
Forks
Watchers

Split an iterable into evenly sized chunks