vector-benchmark icon indicating copy to clipboard operation
vector-benchmark copied to clipboard

Vector processing benchmarks for Python and R packages

Results 8 vector-benchmark issues
Sort by recently updated
recently updated
newest added

Hey @kadyb, would you be up for expanding the benchmarks with more complex tasks? I have a felling that those you have in here now, especially for buffer and distance,...

Loading and saving data is much faster in `{geopandas}` if `{pyogrio}` is installed: https://pyogrio.readthedocs.io/en/latest/ This feature will be soon available by default, but Martin suggested checking it out now.

https://github.com/asinghvi17/GeometryOps.jl is a Julia package for (mostly) vector geometry operations. It's still pretty early stage, but I realized it could do half the operations in this benchmark, so wanted to...

https://cran.r-project.org/web/packages/rsgeo/index.html

Replace our own function with the built in version 0.13 https://github.com/kadyb/vector-benchmark/blob/main/geopandas/sample.py

enhancement

Hi, this is a great initiative. As geopandas is currently in the state of performance migration sort of, the out of the box performance is not necessarily the best one...

Hi, I'll make a PR changing some of the geopandas benchmarks to more performant versions but before that I'd like to ask for some clarifications. I understand that the benchmarks...