Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohit-s96/nb-arrays
collection of promise based array iteration methods for processing very large arrays w/o blocking the main loop
https://github.com/mohit-s96/nb-arrays
Last synced: about 1 month ago
JSON representation
collection of promise based array iteration methods for processing very large arrays w/o blocking the main loop
- Host: GitHub
- URL: https://github.com/mohit-s96/nb-arrays
- Owner: mohit-s96
- License: mit
- Created: 2021-09-16T11:24:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T13:02:15.000Z (over 3 years ago)
- Last Synced: 2024-04-25T10:42:50.362Z (9 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### nb-arrays (non-blocking arrays)
Async version of array methods for iterating over very large arrays without blocking the event loop.