zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
1.94k stars 77 forks source link

Add a benchmark to compare against a basic tabulation #383

Open zhiburt opened 8 months ago

zhiburt commented 8 months ago

Write a benchmark to compare performance of table render against a basic logic where we manually calculate width/height of data and print it.

The hope is that it will be very similar.

zhiburt commented 8 months ago

Ahh after creating it I started to think it will be really the same ... ?

:thinking: