06-19-2012 01:37 PM
I thought it is about relativistic effects when dealing with race conditions. 😄
06-19-2012 01:43 PM
I thought is was about bringing back the SDE but I may be reading it in a different reference frame. If so forget this post for now.
Ben
06-19-2012 01:49 PM
Let's just wait until alfa gets here. Then we'll know what this thread is really about.
06-22-2012 10:07 AM
NOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
06-22-2012 01:15 PM - edited 06-22-2012 01:17 PM
Recieved via e-mail from one of my favorite customers this morning;
Q: Why are quantum physicists so poor at sex?
A: Because when they find the position, they can't find the momentum, and when they have the momentum, they can't find the position.
and
And remember, anything that doesn’t matter, doesn’t have any mass
Ben
07-03-2012 07:15 PM - edited 07-03-2012 07:15 PM
07-09-2012 09:55 AM
I thought this made for a nice demonstration of what a race Condition looks like.
If that app was written in LV, I suspect a local was involved.
Ben
07-09-2012 02:30 PM - edited 07-09-2012 02:32 PM
I don't know why I did this. It's getting way offtopic but the thread is on Breakpoint. ![]()
07-25-2012 02:46 PM
Reading a local variable in a for loop inside yet another for loop can be detrimental to performance.
07-25-2012 02:48 PM
@Wayne.C wrote:
Reading a local variable in a for loop inside yet another for loop can be detrimental to performance.
That person's big problem was the build array 11850 times. But yes, the local will slow them down a little bit.