Thread: ADC #3 Results

  1. #16
    Registered User
    Join Date
    Aug 2003
    Posts
    10
    Dave's ran in 1500ms on my computer using the same optimization level.

    Prelude, what system are you running these on? I'm just curious for future comparisons.
    ???

  2. #17
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    You're not gonna get a good preformance reading in each number with fscanf. Every number means the hard drive's being accessed. Even with a cache, it's still a great deal slower than reading it all in at once.

  3. #18
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    I think we should change the name of these things to "Almost weekly..."

    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  4. #19
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Prelude, what system are you running these on? I'm just curious for future comparisons.
    Pentium III 866
    512MB RAM

    >I think we should change the name of these things to "Almost weekly..."
    I agree. It's hard to get a good contest going every third day or so with just me and still give participants enough time to work on it.
    My best code is written with the delete key.

  5. #20
    Registered User
    Join Date
    Aug 2003
    Posts
    10
    weekly work much better for me. i work friday-sunday, and have school monday-thursday. i'll have more time during the week to work on them myself. i just found this board a week or so ago and look forward to participating in the contests. i participate at topcoder.com now, but this will be fun to compete in as well because the focus isn't really on algorithmic knowledge.
    ???

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 72hour GDC Results
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 07-05-2004, 11:46 PM
  2. ADC #4 Results
    By Prelude in forum Contests Board
    Replies: 9
    Last Post: 08-28-2003, 01:38 PM
  3. ADC #2 Results
    By Prelude in forum Contests Board
    Replies: 20
    Last Post: 08-11-2003, 06:59 AM
  4. ADC #1 Results
    By Prelude in forum Contests Board
    Replies: 26
    Last Post: 08-06-2003, 03:57 AM
  5. Same seed for srand yields different results
    By codegirl in forum C++ Programming
    Replies: 3
    Last Post: 06-23-2003, 02:39 PM