pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.
Apache License 2.0
2.55k stars 182 forks source link

How about performance? #487

Closed Rainer-Lang closed 9 years ago

Rainer-Lang commented 9 years ago

Sample Tweets app isn't really fast on my nexus 5. The tweets aren't much data. Maybe it's possible to show better performance with more realistic data.

artem-zinnatullin commented 9 years ago

There is delay in the sample app, take a look in the code :) Just remove to see how fast is it for real :)

Rainer-Lang commented 9 years ago

Ok. Just a proposal: in the sample app - let the user decide to load with and without delay. The sample app is to show what storio can.... To slow it down - is this something you really want? ;-) If storio is fast - show it! :-)

artem-zinnatullin commented 9 years ago

Okay, let's remove the delay :)