MyCuration
MyCuration copied to clipboard
Refactor RSS update
Idea
- [x] Update in parallel
- [ ] Update on memory articles first. Fire and forget database update
- [x] Bulk insert
- [x] Store last fetched ariticles cache in repository
- [ ] Set OkHttp timeout
- [x] Decrease accesses to the database
- [x] Apply filters on memory and then store articles
- [ ] Replace XmlPullParser with SAXParser or VDT-XML https://stackoverflow.com/questions/7224318/how-to-solve-the-xml-parsing-performance-issue-on-android