Displaying 4 results from an estimated 4 matches for "58960".
Did you mean:
5890
2006 Oct 06
2
Extreme slowdown with named vectors. A bug?
...ot;%5d" and it works
names <- sprintf("%05d", 1:n);
x <- seq(along=names);
names(x) <- names;
# Extract the first k elements
k <- 36422;
t0 <- system.time({
y <- x[names[1:k]];
})
str(y);
# But with one more it takes
# for ever when n >= 58960
k <- k + 1;
t1 <- system.time({
y <- x[names[1:k]];
})
# ...then t1/t0 ~= 300-500 and growing!
print(t1/t0);
str(y);
}
The interesting this is that if you replace
y <- x[names[1:k]];
with
idxs <- match(names[1:k], names(x));
y <- x[idxs];
everything is fin...
2006 Oct 07
0
Extreme slowdown with named vectors. A bug? (PR#9280)
...uot;, 1:n);
> x <- seq(along=names);
> names(x) <- names;
>
> # Extract the first k elements
> k <- 36422;
> t0 <- system.time({
> y <- x[names[1:k]];
> })
> str(y);
>
> # But with one more it takes
> # for ever when n >= 58960
> k <- k + 1;
> t1 <- system.time({
> y <- x[names[1:k]];
> })
> # ...then t1/t0 ~= 300-500 and growing!
> print(t1/t0);
> str(y);
> }
>
>
> The interesting this is that if you replace
>
> y <- x[names[1:k]];
>
> with
>...
2012 Mar 24
5
[Bug 47796] New: Powerpoint 2010 Viewer crashes with Wine and the Nouveau driver: "Unhandled exception: assertion failed"
https://bugs.freedesktop.org/show_bug.cgi?id=47796
Bug #: 47796
Summary: Powerpoint 2010 Viewer crashes with Wine and the
Nouveau driver: "Unhandled exception: assertion
failed"
Classification: Unclassified
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
2005 Oct 17
0
CESA-2005:803 Critical CentOS 3 s390(x) lynx - security update
CentOS Errata and Security Advisory 2005:803
https://rhn.redhat.com/errata/RHSA-2005-803.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/lynx-2.8.5-11.1.s390.rpm
s390x:
updates/s390x/RPMS/lynx-2.8.5-11.1.s390x.rpm
--
Pasi Pirhonen - upi@iki.fi - http://iki.fi/upi/
-------------- next part --------------
A non-text