roadmap: update completed work
This commit is contained in:
10
ROADMAP.md
10
ROADMAP.md
@@ -211,6 +211,16 @@ PPF (Proxy Fetcher) is a Python 2 proxy scraping and validation framework design
|
||||
- [x] Fixed IP/port cleansing in ppf.py extract_proxies()
|
||||
- [x] Updated .gitignore, removed .pyc files
|
||||
|
||||
### Database Optimization (Done)
|
||||
- [x] Enable SQLite WAL mode for better concurrency
|
||||
- [x] Add indexes for common query patterns (failed, tested, proto, error, check_time)
|
||||
- [x] Optimize batch inserts (remove redundant SELECT before INSERT OR IGNORE)
|
||||
|
||||
### Dependency Reduction (Done)
|
||||
- [x] Make lxml optional (removed from requirements)
|
||||
- [x] Make IP2Location optional (graceful fallback)
|
||||
- [x] Add --nobs flag for stdlib HTMLParser fallback (bs4 optional)
|
||||
|
||||
---
|
||||
|
||||
## Technical Debt
|
||||
|
||||
Reference in New Issue
Block a user