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.
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.