#jython IRC Log (v0.9)

Index

IRC Log for 2013-06-23

Timestamps are in GMT/BST.

[8:15] * purplefox (~purplefox@host-80-43-250-100.as13285.net) has joined #jython
[14:36] * JStoker (jstoker@unaffiliated/jstoker) Quit (Quit: JStoker is gone :()
[14:37] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[15:05] * Juneau001 (~Juneau@50-45-125-8.dklb.il.frontiernet.net) Quit (Quit: Juneau001)
[15:10] * Juneau001 (~Juneau@50-45-125-8.dklb.il.frontiernet.net) has joined #jython
[18:33] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[18:36] * r0bby (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 256 seconds)
[19:02] * purplefox (~purplefox@host-80-43-250-100.as13285.net) Quit (Ping timeout: 268 seconds)
[19:15] * purplefox (~purplefox@host-80-43-250-100.as13285.net) has joined #jython
[19:37] * iKlsR (~iKlsR@unaffiliated/iklsr) has joined #jython
[20:34] * purplefox (~purplefox@host-80-43-250-100.as13285.net) Quit (Ping timeout: 276 seconds)
[20:34] <iKlsR> hello
[20:35] <iKlsR> Is there any way to speed up jython from cmdline? I grabbed the standalone and ran it with a test file jython-stan.. test.py
[20:35] <iKlsR> It took nearly 6 seconds, or am I doing something wrong?
[20:38] * purplefox (~purplefox@host-80-43-250-100.as13285.net) has joined #jython
[20:42] * purplefox (~purplefox@host-80-43-250-100.as13285.net) Quit (Ping timeout: 246 seconds)
[20:47] <agronholm> iKlsR: it IS slow
[20:47] <iKlsR> agronholm: D:
[20:48] <agronholm> still, there is something that you can do to speed up imports at least
[20:48] <agronholm> turn off caching -- that way you lose wilcard imports from java packages though
[20:49] <agronholm> JYTHON_OPTS="-Dpython.cachedir.skip=true"
[20:49] <iKlsR> ah, thanks

Index

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