Moss Prescott <[email protected]> writes: > My guess is that the resulting ephemeral garbage would have only a > small effect on performance
An interesting data point on ephemeral garbage that was quite eye-opening: Somewhere in the talk below, Cliff Click says that the problem with high-volume ephemeral garbage lies in the cache trashing behavior of "streaming allocation" -- which itself results from the JVM's neat pointer-bumping allocator being used to allocate lots of highly ephemeral garbage. http://www.infoq.com/presentations/click-fast-bytecodes-funny-languages -- Sudish Joseph -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
