
Table – Go Table Rendering Library
github.com/nekrassov01/tableAbout
Table is a Go library for rendering data as text, HTML, GitHub-flavored Markdown, or CSV/TSV tables, with both a batch Table API and a row-at-a-time Stream API so every output format can handle either complete datasets or streamed data without buffering everything in memory. The author focused on reducing allocations, and it benchmarks as the fastest of the compared Go table libraries in the project's own Simple and Complex test suites.
Why it made the leaderboard
Gives Go developers one library with both a batch Table API and a row-at-a-time Stream API across multiple output formats, benchmarked as the fastest of the compared implementations.
Tags
gotableclistreamingcsvmarkdown
Tech Stack
Go
Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.