Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
/ multithread-array Public archive

Array function optimized for multi-threading

License

Notifications You must be signed in to change notification settings

List-KR/multithread-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Please use toss/es-toolkit instead.

Multithread-array

Splits an array into multiple subarrays based on the specified options. The reminder elements are added into the subarrays in order. Works in Node.js and web browsers.