Displaying 3 results from an estimated 3 matches for "24n".
Did you mean:
24
2013 Apr 14
1
R 3.0.0 memory use
...is far worse than earlier versions of R
in terms of how many large objects it allocates space for,
for data frame operations - creation, subscripting, subscript replacement.
For a data frame with n rows, it makes either 2 or 4 extra copies of
all of:
8n bytes (e.g. double precision)
24n bytes
32n bytes
E.g., for as.data.frame(numeric vector), instead of allocations
totalling ~8n bytes, it allocates 33 times that much.
Here, compare columns 3 and 5
(columns 2 and 4 are with the dataframe package).
# Summary
# R-2.14.2 R-2.15.3 R...
2004 Sep 10
2
Re: beta 10 candidate checked in
...!\\*(f3 \{\
+. ft \\*(f3
+. ds f3\"
+' br \}
+.el .ie !\\*(f2 \{\
+. ft \\*(f2
+. ds f2\"
+' br \}
+.el .ie !\\*(f1 \{\
+. ft \\*(f1
+. ds f1\"
+' br \}
+.el .tm ? font underflow
+..
+.ds f1\"
+.ds f2\"
+.ds f3\"
+.ds f4\"
+'\" t
+.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
+.TH "FLAC" "1"
+.SH "NAME"
+flac \(em Free Lossless Audio Codec
+.SH "SYNOPSIS"
+.PP
+\fBflac\fP [\fB\fIOPTION\fP\fP] \fIinfile\fP \fIoutfile\fP
+.SH "DESCRIPTION"
+.PP
+This manual page documents briefly the
+\f...
2004 Sep 10
2
Re: beta 10 candidate checked in
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > I have checked in all the latest into CVS and am going to start the
> > test suite again. if all goes well I will probably release this as
> > beta 10.
>
> What's the sequence of steps required to turn this into a buildable
> distribution?
>