Displaying 1 result from an estimated 1 matches for "r53645".
Did you mean:
553645
2010 Nov 23
1
Possibility for memory improvement: x <- as.vector(x) always(?) duplicates
...mem(x);
[1] "<0x0000000003965488"
> x <- matrix(x, nrow=5, ncol=2);
>
Could this be generic improvement? Some years ago there similar
improvements where done for as.integer(), as.numeric() etc.
This is on R v2.12.0 patched (2010-11-09 r53543) and R v2.13.0 devel
(2010-11-20 r53645) on Windows 7 Ultimate.
/Henrik