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

Should readme include benchmark testing? #43

Open
exsell-jc opened this issue May 21, 2023 · 1 comment
Open

Should readme include benchmark testing? #43

exsell-jc opened this issue May 21, 2023 · 1 comment

Comments

@exsell-jc
Copy link

https://github.com/markfairbanks/tidypolars/blob/main/README.md#speed-comparisons

https://h2oai.github.io/db-benchmark

If this is based on Arrow, similar to Pandas 2, then that would be great.

@talegari
Copy link
Member

talegari commented Jun 3, 2023

Thanks for your suggestions, @exsell-jc

tidypandas is simply a wrapper over pandas. The boilerplate code should not add ideally add extra compute time as compared to pandas, definitely not changing by an order of magnitude. Also, we do not optimize for time, but for readbility and clear exposition of idea.

I will plan to add timings per verb on a separate vignette and not in readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants