Commit c7a12e4
feat(report): multi-dimensional library comparison replacing 1D tier list
## Context
The single-dimension tier list (green feature count only) undersells WolfXL by
ignoring its main advantages: 3-9x throughput over openpyxl and unique patch
modify mode. wolfxl was grouped with rust_xlsxwriter at S- despite having R+W+Patch
vs W-only. The auto-generated tier list placed wolfxl at plain A tier (same as
xlsxwriter) because the code required 100% green for S.
## Changes
- README.md: Replace 1D tier table with multi-column comparison showing fidelity,
read/write speed (relative to openpyxl), capabilities, and modify mode
- README.md: Rewrite narrative to lead with speed-fidelity tradeoff, position
wolfxl as the library that breaks it
- README.md: Add Key Findings bullets for wolfxl throughput and patch modify
- renderer.py: Add S- tier at >=85% threshold (was S at 100%, A at >=80%)
- renderer.py: Add wolfxl + rust_xlsxwriter entries to _lib_summary dict
## Impact
wolfxl now appears at S- tier (14/16=87.5%) in auto-generated reports instead
of A tier. README comparison table puts wolfxl first, ordered by composite
strength across fidelity + speed + capabilities.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5576b28 commit c7a12e4
2 files changed
Lines changed: 19 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
| 449 | + | |
449 | 450 | | |
450 | 451 | | |
451 | 452 | | |
| |||
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| 484 | + | |
| 485 | + | |
483 | 486 | | |
484 | 487 | | |
485 | 488 | | |
| |||
0 commit comments