|
-
Mar 29th, 2009, 10:59 AM
#1
Dear Wossy
I just wrote a little Game of Life application that can process a 400x400 grid at about 60fps, with C#, no unsafe code, no pointers. How fast can you take it?
-
Mar 29th, 2009, 02:48 PM
#2
Re: Dear Wossy
Sounds like something interesting that I wouldn't bother doing. Are you multi-threading to separate generation of frames from painting?
-
Mar 29th, 2009, 03:23 PM
#3
-
Mar 29th, 2009, 05:38 PM
#4
Re: Dear Wossy
 Originally Posted by timeshifter
I just wrote a little Game of Life application that can process a 400x400 grid at about 60fps, with C#, no unsafe code, no pointers. How fast can you take it?
Since the normal procedure for this kind of question is the following...
1. You ask me if I can make your code go faster.
2. I say yes, probably.
3. You whinge at me until I take the code off you and mess with it.
4. I give you the code back.
5. You say "oh I got bored with that, now I'm writing a little app that can [trivial task] in [unsuitable language]"
goto 1.
So in answer to your question... I can make your code go OVER NINE THOUUUUUUSAAAAAANDDDD times faster, but I really don't care enough to bother myself with it.
kfangsbuy
I don't live here any more.
-
Mar 30th, 2009, 01:50 AM
#5
Hyperactive Member
Re: Dear Wossy
I'd do that in PHP.
-
Mar 30th, 2009, 07:18 AM
#6
-
Mar 30th, 2009, 01:16 PM
#7
Hyperactive Member
Re: Dear Wossy
Must we actually output it to the screen? I can do it faster if it just modifies an array that is never displayed.
My monkey wearing the fedora points and laughs at you.
-
Mar 30th, 2009, 01:21 PM
#8
Re: Dear Wossy
Well, so could I, I'm sure, but how do we know it's actually working?
-
Mar 30th, 2009, 09:05 PM
#9
Hyperactive Member
Re: Dear Wossy
Well.... *insert hellen keller thing here*
My monkey wearing the fedora points and laughs at you.
-
Mar 31st, 2009, 06:38 AM
#10
Re: Dear Wossy
 Originally Posted by timeshifter
Well, so could I, I'm sure, but how do we know it's actually working?
Schrodinger's budgerigar.
-
Mar 31st, 2009, 10:08 AM
#11
Re: Dear Wossy
 Originally Posted by Arrow_Raider
*insert hellen keller thing here*
Why can't Helen Keller drive?
She's a woman.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|