> I am dealing w/ some performance constraints in the current > implementation of my application.
More information, please. What in general is your app? What are the specs of your machine? What kind of data does your app deal with? > So, although Clojure offers some > features that would solve some of my problems, I am concerned about > Clojure's and the JVM's performance issues. I read the "when > performance matters" thread and, as usual, was struck by the usual > omission of memory-utilization from the discussion of the JVM's > performance characteristics. This has always puzzled me about the > Java world and the C++ vs Java debate in general. The reason it's ignored is that it usually only matters in micro- benchmarks. (and because ram is dirt cheap) Probably >99% of people spout this off without any hard numbers. You obviously have numbers, but you should be comparing apps to apps, not benchmarks to benchmarks. For example, depending on the problem domain, it may be very possible to 'cheat'. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---