vinta-awesome-python/website
Vinta Chen d78c2f785f
refactor(website): hoist loop-invariant variables outside the fetch loop
now_iso and total_batches were recomputed on every iteration. Moving them
above the loop makes intent clearer and avoids redundant work. Also
simplifies cache dict construction with dict unpacking.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-22 01:32:26 +08:00
..
static perf(website): cache sort values and batch DOM appends in sortRows 2026-03-22 01:32:21 +08:00
templates feat: merge duplicate entries across multiple categories 2026-03-20 17:02:22 +08:00
tests refactor: parse thematic groups from README bold markers instead of hardcoding them 2026-03-20 18:43:09 +08:00
build.py refactor(website): remove unused Entry TypedDict, write llms.txt from parsed text 2026-03-22 01:32:17 +08:00
fetch_github_stars.py refactor(website): hoist loop-invariant variables outside the fetch loop 2026-03-22 01:32:26 +08:00
readme_parser.py refactor: parse thematic groups from README bold markers instead of hardcoding them 2026-03-20 18:43:09 +08:00