android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

WorkManager

Open JEuler opened this issue 6 years ago • 0 comments

Hi! @yigit Awesome library. I have also converted my project to use WorkManager and it is also awesome. But I have found that Android Priority Queue is "somehow" faster than WorkManager when it comes to process requests.

Is that right? If it is - why? I have two versions ( cannot share code, but it is something like in my Medium note: https://medium.com/@JEuler/moving-from-android-priority-queue-to-workmanager-for-offline-requests-in-android-8d3b4bef9c47) and the WorkManager's one run's later than Priority Queue.

JEuler avatar Mar 28 '19 11:03 JEuler