issues
search
CartoDB
/
observatory-extension
BSD 3-Clause "New" or "Revised" License
6
stars
4
forks
source link
Raster simplification experiments
#239
Closed
talos
closed
7 years ago
talos
commented
7 years ago
Use simpler raster table and simplified
_OBSGetGeometryScores
functions to improve performance
In cases where geometry passed into geometry scoring function has greater than 10K points, simply use its buffer instead
Add
IMMUTABLE
to
_OBSGetGeometryScores
Add tests explicitly for
_OBSGetGeometryScores
in
perftest.py
Yields a ~50% improvement in performance for
_OBSGetGeomeryScores
. See
this comparison
.
_OBSGetGeometryScores
functions to improve performanceIMMUTABLE
to_OBSGetGeometryScores
_OBSGetGeometryScores
inperftest.py
_OBSGetGeomeryScores
. See this comparison.