We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
table is very slow for large tables.
table
On a recent Apple machine, it takes over 12 seconds to generate a 3256 row table.
Use this repo: https://github.com/m-allanson/table-profile
If you load a CPU Profile into SpeedScope, you can see that findOriginalRowIndex accounts for 94% of the running time:
findOriginalRowIndex
The text was updated successfully, but these errors were encountered:
Closing as the fix in #224 was merged and released in [email protected]. Thanks @nam-hle!
[email protected]
Sorry, something went wrong.
No branches or pull requests
table
is very slow for large tables.On a recent Apple machine, it takes over 12 seconds to generate a 3256 row table.
Steps to reproduce
Use this repo: https://github.com/m-allanson/table-profile
Further notes
If you load a CPU Profile into SpeedScope, you can see that
findOriginalRowIndex
accounts for 94% of the running time:The text was updated successfully, but these errors were encountered: