Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Table – A fast, streaming-first table renderer for Go (github.com/nekrassov01)
2 points by nekrassov01 1 day ago | hide | past | favorite | discuss
I built this because I wanted one Go table library that could handle text, HTML, GFM, CSV/TSV, and other table-oriented output without giving up streaming.

The main design goal is to provide both a Table API and a row-at-a-time Stream API for every output format. I also spent quite a bit of time reducing allocations; in the included Simple and Complex benchmarks, it was the fastest of the compared implementations.

I’d appreciate any feedback.

 help



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: