cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
_aegis_ has joined #pypy
YannickJadoul has quit [Quit: Leaving]
KindOne has quit [Ping timeout: 256 seconds]
KindOne has joined #pypy
KindTwo has joined #pypy
marky1991 has joined #pypy
KindOne has quit [Ping timeout: 272 seconds]
KindTwo is now known as KindOne
marky1991 has quit [Ping timeout: 260 seconds]
jcea has quit [Quit: jcea]
Rhy0lite has quit [Ping timeout: 246 seconds]
Rhy0lite has joined #pypy
Rhy0lite has quit [Quit: This computer has gone to sleep]
Alex_Gaynor has quit [Read error: Connection reset by peer]
fijal has quit [Read error: Connection reset by peer]
Alex_Gaynor has joined #pypy
fijal has joined #pypy
jvesely has quit [Quit: jvesely]
_whitelogger has joined #pypy
jvesely has joined #pypy
thrnciar has joined #pypy
otisolsen70__ has joined #pypy
otisolsen70__ has quit [Remote host closed the connection]
asmeurer_ has joined #pypy
otisolsen70_ has quit [Ping timeout: 256 seconds]
oberstet has joined #pypy
BPL has joined #pypy
lritter has joined #pypy
asmeurer_ has quit [Quit: asmeurer_]
<phlebas>
hi, there's simple ordered dict impl that this person claims is faster than r_ordereddict. Does that sound plausible? I haven't really investigated...
<cfbolz>
phlebas: not totally plausible, no. their .entries is an rpython dict, which is nowadays the same as r_ordereddict
<phlebas>
yeah, that's what I thought
<cfbolz>
so what the code is doing is replacing the rpython probing with a different approach to collisions
<phlebas>
anyway, I didn't even know that someone is working on topaz at all until just now :)
dddddd has joined #pypy
Rhy0lite has joined #pypy
YannickJadoul has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
krono has quit [Read error: Connection reset by peer]
krono has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 256 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
thrnciar has quit [Ping timeout: 256 seconds]
thrnciar has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Ping timeout: 258 seconds]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
thrnciar has quit [Ping timeout: 246 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
thrnciar has joined #pypy
asmeurer has joined #pypy
jcea has joined #pypy
marky1991 has quit [Ping timeout: 256 seconds]
thrnciar has quit [Ping timeout: 246 seconds]
asmeurer has quit [Quit: asmeurer]
<mattip>
arigo: the webhook from heptapod to readthedocs now works. On readthedocs you choose the "generic" webhook in settings->integrations, and copy the details to the settings->webhook in heptapod
<mattip>
hmm, we need two webhooks for pypy, one for the pypy docs and one for the rpython docs :(