es-toolkit icon indicating copy to clipboard operation
es-toolkit copied to clipboard

Support for ES6 iterators

Open segevfiner opened this issue 1 year ago • 1 comments
trafficstars

lodash was built before iterators, most of the operations can achieve better performance/memory usage if they were built around iterators instead, it would be nice if this library supported iterators rather than just plain Arrays/Objects. Taking it a step further than just another lodash.

segevfiner avatar Jul 14 '24 11:07 segevfiner