kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
479 stars 39 forks source link

getRange().reduce #246

Open angrymouse opened 1 year ago

angrymouse commented 1 year ago

Would be cool to implement lazy reduce function on getRange() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce

kriszyp commented 1 year ago

Yes, I agree, that would be a nice addition, will try to do it at some point.