Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to build common table while build with ansi feature on #451

Open
zhiburt opened this issue Nov 18, 2024 · 1 comment
Open

Add a way to build common table while build with ansi feature on #451

zhiburt opened this issue Nov 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@zhiburt
Copy link
Owner

zhiburt commented Nov 18, 2024

Just a thought a had promptly.

Sometimes we are in control of data and we know there's no ansi in content while in some cases there is.

We could have some flag to use a general version of algorithms for such case.
As they are considered superior from performance point of view.

Even though the benchmarks show a minor if no difference at all in general case.
But there are places for example like wrapping which haven't been benched to be candor.

Currently it's only possible by turning the ansi feature off.
Which is no go in such case.


It would probably require a literal flag inside a Table.
Which would be quite annoying....
Maybe there would be better design idea.

@zhiburt zhiburt added the enhancement New feature or request label Nov 18, 2024
@zhiburt
Copy link
Owner Author

zhiburt commented Nov 18, 2024

@zhiburt zhiburt changed the title Add a way to build non-ansi table while build with ansi feature on Add a way to build common table while build with ansi feature on Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant