-
Notifications
You must be signed in to change notification settings - Fork 39
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
accept Vector
of highlighters.
#169
Comments
Hi @oscardssmith ! Previously, we supported a vector as the highlighters. To use this, I need to make the option a Union between |
What about having a method that takes a |
Hum, I did not know about this limitation in the size of the tuples. I agree with your suggestion, I just need to check the best way to do this because we have three backends with different Highlighters. Hence, I am not sure what is the best position to add this conversion function. Thanks! |
it's not a hard limitation, but large tuples have a large impact on compile time. |
Perfect! Understood. Thanks! |
Hi @oscardssmith , Just an update. I tested by changing everything to Vectors instead of Tuples. However, the time to print the first table almost doubled! I have no idea why and I could not fix it. I am still investigating. |
interesting. I would have expected the opposite. can you make it a pr so I can test also? |
Sure! When I have some time I will clean-up the code and submit to a branch. Thank you very much! |
no reason not to.
The text was updated successfully, but these errors were encountered: