Displaying 20 results from an estimated 725 matches for "enormous".
2004 Nov 18
4
Enormous Datasets
Dear List,
I have some projects where I use enormous datasets. For instance, the 5% PUMS microdata from the Census Bureau. After deleting cases I may have a dataset with 7 million+ rows and 50+ columns. Will R handle a datafile of this size? If so, how?
Thank you in advance,
Tom Volscho
************************************
Thomas W. Vol...
2012 Feb 21
1
tapply for enormous (>2^31 row) matrices
...ouble")
hap.indices <- bigsplit(X,1:2) #this runs for too long to be useful on
these matrices
#I was then going to use foreach loop to sum across the splits
identified by bigsplit
SO - does anyone have ideas on how to deal with this problem - i.e.,
how to use a tapply() like function on an enormous matrix? This isn't
necessarily a bigtabulate question (although if I screwed up using
bigsplit, let me know). If another package (e.g., an SQL package) can
do something like this efficiently, I'd like to hear about it and your
experiences using it.
Thank you in advance,
Matt
--
Matthe...
2003 Jun 24
8
[Bug 602] enormous bitching about netdb.h
http://bugzilla.mindrot.org/show_bug.cgi?id=602
Summary: enormous bitching about netdb.h
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org...
2010 Jul 23
2
[LLVMdev] Why are LLVM libraries enormous?
I am considering using LLVM in a project for a Windows CE where space is at a premium. My jaw dropped when I checked the size of HowToUseJIT.exe (VC++ Win32 debug): 15.4 MB! The release build of HowToUseJIT is "only" 3.39 MB, but this is still 85% larger than the binary to which I was thinking of adding LLVM.
The top ten LLVM libraries (Win32 *.lib) are pretty huge:
Release Bld Debug
2010 Jul 27
0
[LLVMdev] Why are LLVM libraries enormous?
On Jul 23, 2010, at 10:24 AM, David Piepgrass wrote:
> The top ten LLVM libraries (Win32 *.lib) are pretty huge:
>
> Release Bld Debug Bld Name
> 24,510,490 71,038,240 LLVMCodeGen.lib
> 21,084,666 56,724,338 LLVMCore.lib
> 14,624,218 37,070,488 LLVMAnalysis.lib
> 11,987,202 30,711,450 LLVMScalarOpts.lib
> 8,600,668 23,837,478 LLVMSelectionDAG.lib
>
2010 Jul 28
0
[LLVMdev] Why are LLVM libraries enormous?
On Jul 27, 2010, at 4:11 PM, Óscar Fuentes wrote:
> Why would be relevant that XCode produces library
> files smaller than Visual Studio? Its comparing apples to oranges.
The size of static libraries is relevant because it places an upper
bound on the size of the executable. Otherwise we can only speak
anecdotally about "typical" executables that use "some" of the
2010 Nov 24
2
will_paginate on enormous tables
I''m using the plugin will_paginate with a table of more than 100,000
records, i also do a join with other table.
I''m wondering if will_pagination in my situation is an appropriate
choice, or whether it is better to implement something ad-hoc?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on
2010 Jul 27
0
[LLVMdev] Why are LLVM libraries enormous?
> > On Jul 23, 2010, at 10:24 AM, David Piepgrass wrote:
> >
> >> The top ten LLVM libraries (Win32 *.lib) are pretty huge:
> >>
> >> Release Bld Debug Bld Name
> >> 24,510,490 71,038,240 LLVMCodeGen.lib
> [snip]
> > Not sure about Win32, but here are some numbers on OS X for
> comparison:
> >
> > 5,282,356
2006 Jun 14
0
enormous wave on OTC, important statement
Have you ever thought about what makes a good trader? I have! Apart from skills and persistence, it?s information. Knowledge is everything, and after you read this to the end, you?ll be more likely to achieve!
Get C T X E . P K First Thing Today
This Is Going To Explode!
C T X E . P K - C a n t e x E n e r g y C o r p
Global score: Excellent|
Mean Recommendation: Srtong Byu|
Investor
2010 Jul 28
2
[LLVMdev] Why are LLVM libraries enormous?
On Wed, Jul 28, 2010 at 9:01 AM, David Piepgrass
<dpiepgrass at mentoreng.com> wrote:
>> A LLVM JIT compiler for x86 under 1 MB? I doubt it is possible without
>> a major rewriting of LLVM.
>
> Even with no optimizations? Drat. That means I can't use it.
Why? I'd never checked, but I always assumed the LLVM JIT was much
larger than 3.4 MB.
For comparison:
[rnk at
2010 Jul 28
0
[LLVMdev] Why are LLVM libraries enormous?
> Why do you care about the size of library files?
I assumed dynamic libraries and static libraries were similar in size, but I just checked some of my own static libraries and they are indeed much larger than the executables they compile to. Sorry, it just never occurred to me that they would be much different.
> > Anyway, in the same example I mentioned that the size of HowToUseJIT
2010 Jul 27
3
[LLVMdev] Why are LLVM libraries enormous?
Trevor Harmon <Trevor.W.Harmon at nasa.gov> writes:
> On Jul 23, 2010, at 10:24 AM, David Piepgrass wrote:
>
>> The top ten LLVM libraries (Win32 *.lib) are pretty huge:
>>
>> Release Bld Debug Bld Name
>> 24,510,490 71,038,240 LLVMCodeGen.lib
[snip]
> Not sure about Win32, but here are some numbers on OS X for comparison:
>
> 5,282,356
2011 Aug 23
4
[LLVMdev] git Status
...; linear. Note that this has to go with a big, fat, warning, telling the
> user that rebasing published history is bad. Rebase is a very good tool
> to work with private history, but as soon as you've pushed it to some
> place visible by other people, you should stop using it.
This is enormously important - once submodule maintainers starts
rebasing, we're screwed.
2010 Jul 23
1
Survival analysis MLE gives NA or enormous standard errors
Hi,
I am trying to fit the following model:
sr.reg.s4.nore <- survreg(Surv(age_sym4,sym4), as.factor(lifedxm),
data=bip.surv)
Where age_sym4 is the age that a subject develops clinical thought
problems; sym4 is whether they develop clinical thoughts problems (0 or
1); and lifedxm is mother's diagnosis: BIPOLAR, MAJOR DEPRESSION, or
CONTROL.
I am interested in whether or not
2010 Mar 30
1
AR 9.3+ vs. savable fill-in PDFs on CentOS
I've tried reporting this to Adobe, but they are remarkably deaf to
such an enormous market of free software users.
At least as of AR 9.3, including the latest 9.3.1, I have been unable
to view or work with the savable fill-in PDFs that I've pulled off the
web in the last couple of months. I have no trouble at all with them
in my Windows virtual machine, but the Linux version...
2010 Apr 13
3
ClamAV "clamscan" command using huge amount of RAM
We have a perl cgi script that accepts uploaded files and runs
clamscan on them. While observing the system performance I noticed
that each clamscan process consumes up to 250MB of RAM. Is this
normal for ClamAV? This seems like an enormous amount of RAM, for
simply scanning one file for viruses.
2010 Aug 01
1
Are enormous extents harmful?
I created a btrfs file system with a single 420 megabyte file
in it. And, when I look at the file system with btrfs-debug,
I see gigantic extents, as large as 99 megabytes:
> $ sudo btrfs-debug-tree /dev/sdb | grep extent
> ...
> dev extent chunk_tree 3
> dev extent chunk_tree 3
> extent data disk byte 80084992 nr 99958784
> extent data
1998 Jul 26
3
Slowdown when copying large files (PR#8617)
...er to my previous post, I have made an interesting discovery. This
> particular slowdown only occurs from clients that are running
> Windows 98.
The Windows98 explorer (and possibly other programs) incorrectly set the
"sync" bit in write requests to network shares. This causes an enormous
slowdown as Samba (quite correctly) does a fsync() on the file after each
write. Combine this with the fact that Windows98 explorer uses very small
write sizes (around 1.5k) and you get really terrible results.
The only way to work around this at present is to add:
#define NO_FSYNC 1
in local.h...
2010 Jul 27
5
[LLVMdev] Why are LLVM libraries enormous?
David Piepgrass <dpiepgrass at mentoreng.com> writes:
>> Comparing the size of the static libraries makes little sense, and even
>> less when they are compiled by different tools. What really matters is
>> the size of the executables.
>>
>> I agree that LLVM can be considered a heavyweight dependency on this
>> aspect.
>
> Why is the size of static
2019 Nov 13
2
Compiling libc++ using GNU Arm Embedded Toolchain for arm-cortex-m4
Hello,
lately, I have been thinking about how to resolve the problem with that the
program size increases enormously when including <iostream> when compiling
with libstdc++. In this library, in <iostream> there is a static object
__ioinit initialized like so:
...
// For construction of filebuffers for cout, cin, cerr, clog et. al.
static ios_base::Init __ioinit;
...
This makes the program...