tradle / asyncstorage-down

A leveldown API implementation that maps to AsyncStorage in React Native
MIT License
81 stars 25 forks source link

optimize iterator #3

Open mvayngrib opened 8 years ago

mvayngrib commented 8 years ago

since we have all the keys in memory, we could make levelup's createReadStream work faster by taking advantage of AsyncStorage.multiGet and having the iterator preload in batches, iterate over cached values...repeat