Skip to content

Instantly share code, notes, and snippets.

@edzer
Created January 22, 2017 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edzer/29d10b133bba2df9f768e427bc50b098 to your computer and use it in GitHub Desktop.
Save edzer/29d10b133bba2df9f768e427bc50b098 to your computer and use it in GitHub Desktop.
> system.time(for(i in 1:100000){a <- st_as_sfc("POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10))")})
user system elapsed
11.228 0.000 11.231
> system.time(for(i in 1:100000){a <- wkt_coords("POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10))")})
user system elapsed
33.340 0.000 33.349
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment