#jython IRC Log (v0.9)

Index

IRC Log for 2014-06-28

Timestamps are in GMT/BST.

[7:28] -sendak.freenode.net- *** Looking up your hostname...
[7:28] -sendak.freenode.net- *** Checking Ident
[7:28] -sendak.freenode.net- *** No Ident response
[7:28] -sendak.freenode.net- *** Couldn't look up your hostname
[7:28] * JythonLogBot (~PircBot@74.50.59.201) has joined #jython
[7:28] * Topic is 'Try Jython 2.7b2 at http://tinyurl.com/myx9eum | This channel is logged: http://jython.extreme.st/irclogs/ | Please update the wiki: http://wiki.python.org/jython | Jython Book: http://jythonbook.com | Podcast: http://jython.org/jythonpodcast/'
[7:28] * Set by agronholm!~agronholm@2001:1bc8:102:6f29:bcdd:7fce:a201:cd5b on Wed May 07 05:55:05 UTC 2014
[7:35] * Oti (~ohumbel@adsl-89-217-253-154.adslplus.ch) has joined #jython
[7:44] * clajo04 (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) Quit (Read error: Connection reset by peer)
[7:45] * clajo04 (~clajo04@pool-96-232-190-28.nycmny.fios.verizon.net) has joined #jython
[7:53] * mbooth (~mbooth@cpc68386-shef10-2-0-cust77.17-1.cable.virginm.net) has joined #jython
[10:01] * sidrero (~sidrero@84-72-170-130.dclient.hispeed.ch) has joined #jython
[10:01] <sidrero> hello
[10:01] <sidrero> I am intrigued by something:
[10:02] <sidrero> in C-Python, if you are iterating trough a list, and the goal is to append values to a second list
[10:02] <sidrero> a list comprehension is faster than using append. Or also initializing the second list with the size you need is also more efficient than just append.
[10:03] <sidrero> in jython all methods look kind of similar in performance
[10:03] <sidrero> why is that?
[10:06] <sidrero> particularly I am very intrigued why creating the second list with the right size does not improve performance vs just using append
[10:28] * sidrero (~sidrero@84-72-170-130.dclient.hispeed.ch) Quit (Ping timeout: 252 seconds)
[12:37] * hashcat (~hashcat@1-174-63-185.dynamic.hinet.net) Quit (Ping timeout: 248 seconds)
[12:47] * tjb1982 (~quassel@cpe-071-075-223-240.carolina.res.rr.com) has joined #jython
[13:36] * sidrero (~sidrero@178-83-248-5.dynamic.hispeed.ch) has joined #jython
[13:44] * hashcat (~hashcat@1-174-63-185.dynamic.hinet.net) has joined #jython
[14:24] * hashcat (~hashcat@1-174-63-185.dynamic.hinet.net) Quit (Remote host closed the connection)
[14:57] * sidrero (~sidrero@178-83-248-5.dynamic.hispeed.ch) Quit ()
[15:53] * Oti (~ohumbel@adsl-89-217-253-154.adslplus.ch) Quit (Quit: Oti)
[16:14] <jimbaker> sidrero, we do not do any specific optimizations for comprehensions/generator expressions, so that's probably why the speed difference. something to consider in the future
[17:45] * int3__ (~int3__@175.156.111.160) has joined #jython
[18:28] * tjb1982 (~quassel@cpe-071-075-223-240.carolina.res.rr.com) Quit (Remote host closed the connection)
[19:23] * int3__ (~int3__@175.156.111.160) Quit (Remote host closed the connection)
[19:26] * fwierzbicki (~Adium@99-106-170-162.lightspeed.sntcca.sbcglobal.net) Quit (Quit: Leaving.)
[19:29] * fwierzbicki (~Adium@99-106-170-162.lightspeed.sntcca.sbcglobal.net) has joined #jython
[19:54] * int3__ (~int3__@175.156.111.160) has joined #jython
[19:55] * int3__ (~int3__@175.156.111.160) Quit (Read error: Connection reset by peer)
[19:55] * int3__ (~int3__@175.156.111.160) has joined #jython
[20:00] * int3__ (~int3__@175.156.111.160) Quit (Ping timeout: 252 seconds)
[20:11] * int3__ (~int3__@175.156.111.160) has joined #jython
[20:16] * int3__ (~int3__@175.156.111.160) Quit (Ping timeout: 260 seconds)
[20:49] * jimbaker (~jbaker@unaffiliated/jimbaker) Quit (Ping timeout: 264 seconds)
[20:54] * jimbaker (~jbaker@c-75-71-81-32.hsd1.co.comcast.net) has joined #jython
[20:55] * jimbaker (~jbaker@c-75-71-81-32.hsd1.co.comcast.net) Quit (Changing host)
[20:55] * jimbaker (~jbaker@unaffiliated/jimbaker) has joined #jython
[21:25] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Quit: Konversation terminated!)
[22:50] * mbooth (~mbooth@cpc68386-shef10-2-0-cust77.17-1.cable.virginm.net) Quit (Ping timeout: 260 seconds)
[22:58] * mbooth (~mbooth@cpc68386-shef10-2-0-cust77.17-1.cable.virginm.net) has joined #jython
[23:23] * int3__ (~int3__@175.156.111.160) has joined #jython
[23:28] * int3__ (~int3__@175.156.111.160) Quit (Ping timeout: 252 seconds)

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).