mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
- Introduced `SectionInfo` interface to store chunk count and individual chunk sizes. - Replaced simple section count map with a map of `SectionInfo` for richer data. - Updated logic to aggregate chunk sizes and counts per section. - Modified summary output to show total characters, top 5 sections with detailed chunk count, total chars, and a list of chunk sizes. - Refactored comments and variable names for clarity.