Re: [Rd] normalizePath is sometimes very slow for nonexistent UNC paths

2014-09-07 Thread Matt Denwood
Maximum 0.02022958 seconds out of 10^6 runs for me, so no obvious problem on OS X 10.9 (Snow Leopard build). Matt > library(microbenchmark) > (timings <- microbenchmark( + normalizePath("some/network/drive", mustWork = FALSE), + times = 1e6, + unit = "s" + )) Unit: seconds

Re: [Rd] normalizePath is sometimes very slow for nonexistent UNC paths

2014-09-07 Thread Uwe Ligges
On 07.09.2014 10:07, Richard Cotton wrote: I'm having an issue with occasionally slow-running calls to normalizePath. If the path is a non-existent UNC path, then normalizePath sometimes takes 6 or 7 seconds to run, rather than its usual few microseconds. My big problem is that I can't reliab

[Rd] normalizePath is sometimes very slow for nonexistent UNC paths

2014-09-07 Thread Richard Cotton
I'm having an issue with occasionally slow-running calls to normalizePath. If the path is a non-existent UNC path, then normalizePath sometimes takes 6 or 7 seconds to run, rather than its usual few microseconds. My big problem is that I can't reliably reproduce this across machines. The example