array.chunk
Array splitter
A utility function to split an array into smaller parts of a specified size.
Split array/TypedArray to chunks of given size
11 stars
1 watching
0 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
orling/grapheme-splitter | A library that breaks strings into their individual user-perceived characters | 928 |
julianshapiro/blast | An utility library that splits text into manageable parts | 1,539 |
lukehaas/scrollify | A jQuery plugin that enables smooth scrolling and snapping to sections on web pages. | 1,805 |
hiltonjanfield/jquery.enhsplitter | A plugin to create draggable content splitters for separating and rearranging content on web pages | 31 |
chalk/slice-ansi | Slices a string with ANSI escape codes to extract specific parts | 47 |
spider-gazelle/bisect | A library of algorithms for searching and manipulating sorted arrays in a generic way | 12 |
riatelab/statsbreaks | A JavaScript package to discretize quantitative datasets into thematic categories. | 22 |
shagstrom/split-pane | A JavaScript plugin that splits a container into two equal or unequal parts with a divider. | 164 |
louismullie/scalpel | A Ruby library that uses a simple rule-based approach to segment sentences into individual words or phrases. | 51 |
juresotosek/ink-divider | A component library providing a reusable divider element for text-based user interfaces in ink | 30 |
jonschlinkert/array-last | Returns the last element(s) in an array | 35 |
binjospookie/spacing-helper | A small utility for creating consistent spacing between UI elements. | 46 |
max-mapper/binary-split | A streaming binary data splitter that splits streams of binary data into individual objects based on a specified delimiter. | 77 |
jonschlinkert/arr-flatten | Utility function to flatten arrays by recursively iterating over their elements | 60 |
doowb/group-array | A utility function to group arrays of objects into lists based on specified properties | 61 |