cpu-speed Questions
2
Solved
I hear everyone talking about how multi-threading can improve performance. I don't believe this, unless there is something I'm missing. If I have an array of 100 elements and traversing it takes 6 ...
Staten asked 8/3, 2013 at 11:11
1
Solved
Are they just figured out using the same mechanism as a linear search or is the range narrowed down somehow, similar to a binary search.
Vasiliu asked 24/5, 2012 at 6:9
3
Solved
26
Solved
If Moore's Law holds true, and CPUs/GPUs become increasingly fast, will software (and, by association, you software developers) still push the boundaries to the extent that you still need to optimi...
Concoff asked 12/6, 2009 at 23:59
1
Solved
The Trick is I also need to be able to do it on multicore machines. My education in C# is a tad broken. I have managed the following code. Can anyone help me out? I have tried using the "_Tota...
4
Solved
Which is better in terms of CPU optimization for a web server? Writing plain HTML and inserting PHP code here and there?
<script type="text/javascript">$(document).ready(function(){$('#searc...
Piecrust asked 2/12, 2011 at 18:31
2
Solved
I have an application in which I am sending network data over WiFI. Everything is fine until I turn the display off or the device goes to 'sleep'. I'm already locking the WiFi however, it seems to ...
Lindyline asked 1/10, 2011 at 1:5
4
Solved
Edit: My original example had a silly mistake. After fixing it I still get weird results, though.
In my naive attempt to measure my CPU speed the "brute-force" way, I made the program below:
#i...
Livery asked 10/8, 2011 at 3:37
9
Solved
I want to stress-test my application this way, because it seems to be failing in some very old client machines.
At first I read a bit about QEmu and thought about hardware emulation, but it seems ...
Druggist asked 22/7, 2011 at 12:47
1
Solved
I've written a game for Android, and I've tested it on the Dev Phone 1. It works perfectly, the speed is just right. However, I'm sure phone CPU's are getting faster. They may already be faster tha...
10
Solved
I know this is a micro-optimization, so I ask out of pure curiosity.
Logically, a microprocessor does not need to compare all the bits of both operands of an equality operator in order to determi...
Vonnievonny asked 22/6, 2009 at 23:58
© 2022 - 2024 — McMap. All rights reserved.