Skip to content

pqR ?

2 messages · Barry Rowlingson, Hodgess, Erin

#
Step 1 - write some spatial benchmarks.

 I would benchmark: spatial object creation from files (shapefiles,
typically, but this probably more an I/O benchmark), spatial object
creation from primitive objects (the
SpatialPolygons(list(Polygons(list(matrix))))) stuff), over, and
everything in rgeos, as many kriging packages as you can find, and as
much of raster as you can think of. Quite a bit of that is already in
C so might not get any faster in pqR. But a spatial benchmark suite
would be nice anyway.

I've just benchmarked my time and I have 0s to do this.



On Thu, Jun 27, 2013 at 4:09 PM, Boulanger, Yan
<Yan.Boulanger at rncan-nrcan.gc.ca> wrote:
1 day later
#
bSomething interesting with pqR:  I was working through the ASDAR book in Chapter 2.  In the accompanying code, one of the chunks said, "this takes a long time".  I timed it with R-3.0.1 and got 17.28 elapsed time.  In pqR, it only took 8.513 in elapsed time.

Not too shabby!

Thanks,
Erin