Open nolanlawson opened 9 years ago
I'm able to use the db.find with worker.
Yeah, but I believe if could be more efficient if worker-pouch included find support. Right now it still has to execute a lot of queries between the UI thread and the worker thread, when it could isolate more of them to the worker thread.
:+1:
+1
Does not work for me at all. Pity - this makes this promising project unusable to me. :-(
Yeah, but I believe if could be more efficient if worker-pouch included find support. Right now it still has to execute a lot of queries between the UI thread and the worker thread, when it could isolate more of them to the worker thread.
I would like to tackle this issue and make a PR. Could you elaborate a bit more and give me some pointers? Thanks! 🙏
Should be easy by just adding some kind of custom implementation capability like I did for map/reduce.