comp.lang.ada
 help / color / mirror / Atom feed
From: Keith Thompson <kst@cts.com>
Subject: Re: Optimization Question
Date: 22 Jan 2001 22:46:38 -0800
Date: 2001-01-22T22:46:38-08:00	[thread overview]
Message-ID: <yecvgr6ix4h.fsf@king.cts.com> (raw)
In-Reply-To: 94idj1$er6$1@nnrp1.deja.com

dvdeug@my-deja.com writes:
> In article <yecd7dfjlgf.fsf@king.cts.com>,
>   Keith Thompson <kst@cts.com> wrote:
> > Depending on your OS and compiler, it may be possible to recompile, or
> > possibly modify, the GNU strings program to handle huge files
> > properly.  If this is possible, it's likely to be easier than
> > re-implementing it from scratch.
> 
> Why? If the program which I included in my first post was faster and
> worked on 17GB files (GNAT's runtime on my platform seems to have the
> same problem strings does), it would do what I need it do. It, in fact,
> produces a better output than strings does.

Ok, append "would have been" to my last sentence.  If you've already
re-implemented it, I suppose it doesn't make much difference.

<OFFTOPIC>
Hmm.  How does the GNU strings program fail?  I suspect that
     strings < hugefile
might work better than
    strings hugefile
If you feed the file to the program's standard input stream, it
won't try to open the whole thing.
</OFFTOPIC>

-- 
Keith Thompson (The_Other_Keith) kst@cts.com  <http://www.ghoti.net/~kst>
San Diego Supercomputer Center           <*>  <http://www.sdsc.edu/~kst>
MAKE MONEY FAST!!  DON'T FEED IT!!



  reply	other threads:[~2001-01-23  6:46 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-22  0:05 Optimization Question dvdeug
2001-01-22  1:57 ` Robert Dewar
2001-01-22  3:22   ` dvdeug
2001-01-22  4:05     ` Robert Dewar
2001-01-22  4:06     ` Robert Dewar
2001-01-22 19:04     ` M. Kotiaho
2001-01-22 20:22       ` dvdeug
2001-01-22 15:24   ` Ted Dennison
2001-01-22 16:12     ` Robert Dewar
2001-01-22 16:48       ` Ted Dennison
2001-01-22 16:15     ` Robert Dewar
2001-01-22 15:26   ` Ted Dennison
2001-01-22 16:17     ` Robert Dewar
2001-01-22 16:59       ` Ted Dennison
2001-01-22 22:01 ` Keith Thompson
2001-01-22 22:52   ` dvdeug
2001-01-23  6:46     ` Keith Thompson [this message]
     [not found] ` <94ld65$1hs$1@nnrp1.deja.com>
     [not found]   ` <864ryodb1q.fsf@acm.org>
     [not found]     ` <3A6F663E.C84B94D8@acm.org>
2001-01-26 16:30       ` Optimization Question -- Follow up on using the stream read (and write) procedures directly Jeff Creem
2001-01-26 21:46         ` Florian Weimer
2001-01-27 19:14           ` Jeff Creem
2001-01-28  0:26             ` Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox