yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

WorkManager #466

Open JEuler opened 5 years ago

JEuler commented 5 years ago

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.