sendanor

sendanor/nor-array

Array Utility Library

JavaScript
0
0
MIT License

The nor-array library is a high-performance JavaScript utility library that provides optimized implementations of standard array methods, designed for developers who need faster array operations in their applications. It offers similar functionality to native array methods like forEach, map, filter, and reduce, but with approximately 50% better performance by making specific assumptions about array structure and avoiding certain compatibility features. The library is particularly suited for performance-critical applications where developers can work within its constraints, such as using dense arrays without holes and avoiding modifications during iteration.

Total donated
Undistributed
Share with your subscribers: