IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New And they're working on it
But again, financial companies are about conservatism and safety.

Incidentally, we have some Java code here that runs significantly faster than the exact same code in C++ (parser and expression language execution). Both implementations were written by people I consider to be extremely capable, and both have been tuned within an inch of their lives, but the Java is still faster.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Now that is...
Effing unbelievable.

But coming from you Scott, on this kind of stuff, is significant!
New Re: Now that is...
Java optimizes the code that's running. C optimizes the code you're going to run. The difference can be significant.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Damn straight
It optimizes with knowledge of data flow history and code path transversal. A few passes of data and it can rewrite your core hot spots. CPUs just got fast enough that this type of optimization is possible in real time and people don't get annoyed by the initial "sluggish" moment while the overhead of the optimizer tanks the system.
     Lisp or Smalltalk or something else? - (crazy) - (28)
         Dunno. But on the perl stuff... - (Another Scott) - (1)
             Oh, he schemed - (crazy)
         #2 == Squeak - (folkert)
         Re: Lisp or Smalltalk or something else? - (malraux)
         squeek is interesting but dunno how marketable - (boxley) - (23)
             Ruby and financial companies - (malraux) - (22)
                 they use the mq for messaging -NT - (boxley) - (21)
                     You mean Perl MQ? - (folkert) - (1)
                         no - (boxley)
                     Yeah, but Ruby? - (malraux) - (18)
                         slow vs faster dev time? -NT - (boxley) - (7)
                             Does it really matter? - (folkert) - (5)
                                 Nope - (malraux) - (3)
                                     Agreed - (crazy) - (2)
                                         I with I did know lithp. - (pwhysall)
                                         I've done LISP - (malraux)
                                 Depends on the industry - (drook)
                             Not in the financial world - (malraux)
                         I seem to recall - (S1mon_Jester) - (9)
                             Re: I seem to recall - (pwhysall) - (4)
                                 Yes but... - (folkert) - (3)
                                     Re: Yes but... - (pwhysall) - (1)
                                         We aren't experiencing... - (folkert)
                                     You are confusing two things: - (malraux)
                             And they're working on it - (malraux) - (3)
                                 Now that is... - (folkert) - (2)
                                     Re: Now that is... - (malraux) - (1)
                                         Damn straight - (crazy)

Also, a cat pissed through the front of it and it won't boot any more.
70 ms