Re: Is it a bad sign...



D Herring wrote:
Kenny wrote:

....when apropos takes a minute to search for matches?

And speaking of minutes, it has been quite a few waiting for loop to count all the symbols. I wonder why it is so slow, doing maybe 1.5m/minute. And what the hell does apropos know that loop does not about zooming through all the symbols?


Did you compile the loop?

Down to 1.4s cpu and real. Bouncing is a drag, but when I do I'll mebbe test from scratch, see if the 80s deal aso goes away.



OK, 6.5m symbols. That's a lot, right?


What does your code do? Intern symbols all day?


Not my code. Image-dumped hash tables are serving as a poor man's db.


And where should I put my money in my next computer?


Take a look at
http://arstechnica.com/guides.ars

In particular the System Guides. I personally think the sweet spot is around 4GB RAM with a dual-core 64-bit CPU (and OS). Unless you're willing to learn linux or OS X, Vista's probably the way to go.

Awesome. Thx for such a precise recommendations. I love not having to think, and this NG is great for that.......that might have come out wrong....

kxo
.



Relevant Pages

  • Re: Cost of calling a standard library function
    ... It accesses/reads memory using esi 4 ... > safly move it within the cache, without having to go via ebx. ... try it the same thing on a different earlier CPU, ... should check it out...for "tight inner loop" stuff, ...
    (alt.lang.asm)
  • Re: Polling, Interrupts, DMA, Synchronous, Asynchronous I/O Definitions
    ... the terminology is less useful than it might be. ... though a "message loop" could arguably be claimed to be ... considering in a particular iteration but what is true for _ALL_ ... watching the "polling" version eating up every single CPU cycle ...
    (alt.lang.asm)
  • Re: getting a threads state and CPU utilization
    ... of CPU time currently being used)? ... How could you tell an infinite loop from a polling loop ... responding to continuous messages from many client apps, ... though the customer *claims* that the client app is disconnecting (I suspect ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Detect the loop for batch job
    ... We are looking for a tool to detect the loop for batch application, ... step is to impose and enforce standards requiring reasonable CPU TIME ...
    (bit.listserv.ibm-main)
  • Re: sched_yield() problems...
    ... register in the CPU core. ... This is a 64 bit register that count the clock ... loop, I get reaction time of less than 10 us. ... In fact, I don't know why your gettimeofday don't work, so don't blame ...
    (alt.os.linux.redhat)