slides from the last meeting

10 views
Skip to first unread message

Dave Rostron

unread,
Mar 22, 2015, 11:15:30 PM3/22/15
to pdxs...@googlegroups.com

Dave Rostron

unread,
Mar 22, 2015, 11:40:45 PM3/22/15
to pdxs...@googlegroups.com
s/compile/compiler/

Lyle Kopnicky

unread,
Mar 23, 2015, 12:11:56 AM3/23/15
to pdxs...@googlegroups.com
Thanks, Dave!

I'm confused about the benchmarks. In the first benchmark, adding to strings and format were within a factor of 2 or so, but string interpolation was an order of magnitude slower. In the second benchmark, addition and interpolation were within a factor of 3, and format was an order of magnitude slower. Am I reading that right?

On Sun, Mar 22, 2015 at 8:14 PM, Dave Rostron <yas...@gmail.com> wrote:

--
You received this message because you are subscribed to the Google Groups "pdxscala" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pdxscala+u...@googlegroups.com.
To post to this group, send email to pdxs...@googlegroups.com.
Visit this group at http://groups.google.com/group/pdxscala.
For more options, visit https://groups.google.com/d/optout.

Dave Rostron

unread,
Mar 23, 2015, 12:57:44 AM3/23/15
to pdxs...@googlegroups.com
For the first benchmark, yes. For the second, I'm reading string interpolation to be about two orders of magnitude slower (you might have been looking at the GC time) while format is roughly 3 orders of magnitude worse (microseconds vs nanoseconds for that one; sneaky little mu). I haven't looked into the reasons behind the behavior yet. Perhaps someone on the list has some familiarly.

Reply all
Reply to author
Forward
0 new messages