Displaying 2 results from an estimated 2 matches for "ingeneral".
Did you mean:
intgeneral
2010 Jan 21
1
Rgeneric.py assists in rearranging generic function definitions
I've attached a script I wrote that pulls all the setGeneric definitions
out of a set of R files and puts them in a separate file, default
allGenerics.R. I thought it might help others who find themselves in a
similar situation.
The "situation" was that I had to change the order in which files in my
package were parsed; the scheme in which the generic definition is in
the
2011 Jul 20
2
Possibility to run rsync without hash table lookups
Hi All
I am using rsync to do a local network copy of 10 ~8gig files.
The source is a NAS Atom rsync server, and the destination is a cygdrive,
obviously on the same computer that is running rsync client.
I am using --inplace, and ingeneral, the 8gig files generally have data
changed within the file, but the general structure of the file is not
changed. They are Firebird databases. (The total daily binary difference,
that which is sent over the wire, is usually about 300meg for 8gig file)
I am looking at ways to improve the performan...