Opened 6 years ago
Closed 6 years ago
#4306 closed enhancement (fixed)
Speedup concave_hull_hard test
Reported by: | Algunenano | Owned by: | Algunenano |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
The concave_hull_hard
test by iself takes 0m22.463s in my machine, which is a bit annoying.
I'm not planning on speeding up ST_ConcaveHull
(not yet at least) but on calling it just once in the big_polygon
test, which should cut in half the time it takes.
Note:
See TracTickets
for help on using tickets.
In 17210: