vinta-awesome-python/website/static
Vinta Chen 3d9c2ae507
perf(website): cache sort values and batch DOM appends in sortRows
Calling getSortValue inside the comparator ran DOM queries on every
comparison (O(n log n) reads). Hoisting into a forEach beforehand reduces
that to O(n). Batching row appends through a DocumentFragment also avoids
repeated reflows during table reorder.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-22 01:32:21 +08:00
..
favicon.svg feat: extract inline favicon to static SVG file 2026-03-18 18:34:15 +08:00
main.js perf(website): cache sort values and batch DOM appends in sortRows 2026-03-22 01:32:21 +08:00
style.css fix: improve CSS polish with active states, font smoothing, and text wrapping 2026-03-19 02:41:56 +08:00