You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console formatter is rather involved with the details of generating our table like nice and lean benchee output. Ideally we could create a module (or use a library, if it fits our use case) that decouples the rendering of the tabular like layout from the values we put in and how we format those.
Something like this would be nice. It'd also make future features nicer in my head (optimal fit columns that aren't a specified width but just enough to accomodate their contents with some ok spacing).
It'd hopefully also make all our :io_lib.format code much easier to access.
This is not high priority but would certainly be nice and in the big "break it apart" could be another library that we extract :)
The text was updated successfully, but these errors were encountered:
The console formatter is rather involved with the details of generating our table like nice and lean benchee output. Ideally we could create a module (or use a library, if it fits our use case) that decouples the rendering of the tabular like layout from the values we put in and how we format those.
What I'm thinking is something like this:
Something like this would be nice. It'd also make future features nicer in my head (optimal fit columns that aren't a specified width but just enough to accomodate their contents with some ok spacing).
It'd hopefully also make all our
:io_lib.format
code much easier to access.This is not high priority but would certainly be nice and in the big "break it apart" could be another library that we extract :)
The text was updated successfully, but these errors were encountered: