#jython IRC Log (v0.9)

Index

IRC Log for 2014-08-21

Timestamps are in GMT/BST.

[0:59] * r0bby_ is now known as robbyoconnor
[3:24] * xemdetia (xemdetia@nat/ibm/x-qegblwdbgqtmlqws) Quit (Ping timeout: 240 seconds)
[5:03] * Oti (~ohumbel@adsl-89-217-252-191.adslplus.ch) Quit (Quit: Oti)
[5:57] * antkong (~antkong@110-174-129-54.static.tpgi.com.au) Quit (Quit: antkong)
[7:47] * antkong (~antkong@110-174-129-54.static.tpgi.com.au) has joined #jython
[11:23] * xemdetia (xemdetia@nat/ibm/x-vsltmocvuwzxdoic) has joined #jython
[13:37] * mbooth_ is now known as mbooth
[16:28] * thegeekinside (~thegeekin@189-211-179-82.static.axtel.net) has joined #jython
[17:36] * thegeekinside (~thegeekin@189-211-179-82.static.axtel.net) Quit (Quit: Lingo - http://www.lingoirc.com)
[18:01] * xemdetia_ (xemdetia@nat/ibm/x-sianlnfpbxojaqtd) has joined #jython
[18:02] * xemdetia__ (xemdetia@nat/ibm/x-cglpvthzsvisodxm) has joined #jython
[18:05] * xemdetia (xemdetia@nat/ibm/x-vsltmocvuwzxdoic) Quit (Ping timeout: 264 seconds)
[18:05] * xemdetia_ (xemdetia@nat/ibm/x-sianlnfpbxojaqtd) Quit (Ping timeout: 240 seconds)
[19:50] * antkong (~antkong@110-174-129-54.static.tpgi.com.au) Quit (Quit: antkong)
[21:36] * xemdetia__ (xemdetia@nat/ibm/x-cglpvthzsvisodxm) Quit (Ping timeout: 240 seconds)
[23:05] * antkong (~antkong@202.7.188.162) has joined #jython
[23:05] * antkong (~antkong@202.7.188.162) Quit (Remote host closed the connection)
[23:06] * antkong (~antkong@202.7.188.162) has joined #jython
[23:32] <agronholm> dear god
[23:33] <agronholm> I didn't expect the pure-python JSON to be THIS slow on jython
[23:33] <agronholm> looked at alan kennedy's jyson too, but it was so bad it'd be better to start over with a java implementation
[23:33] <agronholm> a new java impl that is
[23:43] <paolo> agronholm: which pure-python implementation of json is so slow?
[23:44] <agronholm> the one in the standard library
[23:44] <agronholm> I don't think the others will fare much better
[23:44] <agronholm> I specifically need hooks for both encoding and decoding
[23:45] <paolo> i found a good number of alternatives to the std library json
[23:45] <paolo> and i wonder which could be better
[23:46] <agronholm> when decoding a 700k json file, cpython completes the operation instantly
[23:46] <agronholm> jython takes a few minutes :P
[23:46] <agronholm> I thought my program was stuck in an infinite loop
[23:46] <paolo> choices are simple json, demjson, jsonlib, ujson
[23:47] <paolo> i'll check them out and report back some info
[23:47] <agronholm> thx
[23:47] <paolo> np, as soon as i can
[23:48] <paolo> i also need to use json
[23:55] <agronholm> at least jyson decoded it reasonably fast
[23:55] <agronholm> trying simplejson now...pretty slow too

Index

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