> Doing a quick benchmark on this code, I find that 10^6 iterations using your > exception-based technique gives: > > CLR: 24s > JVM: 1.3s > > Holy smokes, the JVM is 18x faster! > > Now try the tail calls (only available on the CLR): > > CLR: 0.025s > > Holy smokes, the CLR is 52x faster!
Could you please provide the source code for this performance comparison. Richard Warburton --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
