astropy / astropy-benchmarks

Benchmarks for the astropy project
https://spacetelescope.github.io/bench/astropy-benchmarks/
BSD 3-Clause "New" or "Revised" License
7 stars 27 forks source link

ENH: Add more table init benchmarks from taldcroft #100

Closed pllim closed 3 years ago

pllim commented 3 years ago

Fix #99

I only ported over the cells with timeit in https://gist.github.com/taldcroft/2fa546ecb13ebe4a7ebc33ffa5dbb016 . cc @mhvk

The setup has a lot of copies of large arrays. If this will present memory problem, please let me know how to mitigate the problem. Thanks!

💯

pllim commented 3 years ago

Thanks for the review, @taldcroft ! I have applied all your comments.