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
proteusguy has quit [Ping timeout: 264 seconds]
proteusguy has joined #pypy
krono has quit [Quit: Connection closed for inactivity]
lritter has quit [Ping timeout: 260 seconds]
lritter has joined #pypy
lritter has quit [Ping timeout: 256 seconds]
lritter has joined #pypy
jcea1 has joined #pypy
jcea has quit [Remote host closed the connection]
jcea1 is now known as jcea
jcea has quit [Ping timeout: 260 seconds]
lritter has quit [Quit: Leaving]
ronan has quit [Remote host closed the connection]
ronan has joined #pypy
mgorny has quit [Read error: Connection reset by peer]
mgorny has joined #pypy
otisolsen70 has joined #pypy
krono has joined #pypy
otisolsen70 has quit [Quit: Leaving]
otisolsen70 has joined #pypy
alexge50 has joined #pypy
oberstet has joined #pypy
Dejan has joined #pypy
tazle has quit [Ping timeout: 256 seconds]
tazle has joined #pypy
<fijal> wow cython on pypy is slow
jcea has joined #pypy
alexge50 has quit [Ping timeout: 260 seconds]
<mattip> any idea why?
<Dejan> considering that Cython generates C code, I am not surprised - C extensions are slightly slower I think
<mattip> ahh, was fijal refering to c-extensions generated by cython or translating a pyx file into a c file?
<LarstiQ> my impression was the latter, but good question
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
<fijal> pyx -> c
<fijal> sorry
marky1991 has joined #pypy
<Dejan> pyx -> c should not be slow, IMHO
phoe6 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
lritter has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
otisolsen70_ has joined #pypy
<mattip> it seems wine + python3 works, I wonder if it would be faster than windows 10 + python3
<mattip> for CI on windows
otisolsen70_ has quit [Remote host closed the connection]
otisolsen70 has quit [Ping timeout: 240 seconds]
ctismer has quit [Ping timeout: 260 seconds]
ctismer has joined #pypy
marky1991 has quit [Ping timeout: 246 seconds]
<antocuni> fijal: cython compiles its own .py/.pyx files into C
<antocuni> so the fact that cytho on pypy is slow could be either:
<antocuni> 1. it cythonize files on pypy as well, and thus it runs under cpyext instead of being pure python
<antocuni> 2. it runs pure python on pypy, but it is slower than the cythonized version on CPython
<tos9> I feel like this conversation is deja vu from 2015
<tos9> and 2016, and 2017, and 2018, and ...
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy