01:06
proteusguy has quit [Ping timeout: 264 seconds]
01:19
proteusguy has joined #pypy
02:48
krono has quit [Quit: Connection closed for inactivity]
03:14
lritter has quit [Ping timeout: 260 seconds]
03:15
lritter has joined #pypy
03:24
lritter has quit [Ping timeout: 256 seconds]
03:31
lritter has joined #pypy
03:33
jcea1 has joined #pypy
03:33
jcea has quit [Remote host closed the connection]
03:33
jcea1 is now known as jcea
04:45
jcea has quit [Ping timeout: 260 seconds]
05:07
lritter has quit [Quit: Leaving]
05:20
ronan has quit [Remote host closed the connection]
05:30
ronan has joined #pypy
07:23
mgorny has quit [Read error: Connection reset by peer]
07:24
mgorny has joined #pypy
07:47
otisolsen70 has joined #pypy
08:19
krono has joined #pypy
09:57
otisolsen70 has quit [Quit: Leaving]
10:22
otisolsen70 has joined #pypy
11:45
alexge50 has joined #pypy
12:24
oberstet has joined #pypy
12:53
Dejan has joined #pypy
13:50
tazle has quit [Ping timeout: 256 seconds]
13:51
tazle has joined #pypy
14:38
<
fijal >
wow cython on pypy is slow
14:44
jcea has joined #pypy
15:44
alexge50 has quit [Ping timeout: 260 seconds]
15:58
<
mattip >
any idea why?
16:04
<
Dejan >
considering that Cython generates C code, I am not surprised - C extensions are slightly slower I think
16:28
<
mattip >
ahh, was fijal refering to c-extensions generated by cython or translating a pyx file into a c file?
16:31
<
LarstiQ >
my impression was the latter, but good question
16:34
marky1991 has joined #pypy
16:34
marky1991 has quit [Remote host closed the connection]
16:34
marky1991 has joined #pypy
16:41
<
Dejan >
pyx -> c should not be slow, IMHO
16:41
phoe6 has joined #pypy
18:09
marky1991 has quit [Remote host closed the connection]
18:09
marky1991 has joined #pypy
18:46
lritter has joined #pypy
19:24
marky1991 has quit [Remote host closed the connection]
19:25
marky1991 has joined #pypy
19:35
otisolsen70_ has joined #pypy
19:36
<
mattip >
it seems wine + python3 works, I wonder if it would be faster than windows 10 + python3
19:37
<
mattip >
for CI on windows
19:37
otisolsen70_ has quit [Remote host closed the connection]
19:38
otisolsen70 has quit [Ping timeout: 240 seconds]
21:30
ctismer has quit [Ping timeout: 260 seconds]
21:31
ctismer has joined #pypy
21:52
marky1991 has quit [Ping timeout: 246 seconds]
22:09
<
antocuni >
fijal: cython compiles its own .py/.pyx files into C
22:09
<
antocuni >
so the fact that cytho on pypy is slow could be either:
22:09
<
antocuni >
1. it cythonize files on pypy as well, and thus it runs under cpyext instead of being pure python
22:10
<
antocuni >
2. it runs pure python on pypy, but it is slower than the cythonized version on CPython
22:21
<
tos9 >
I feel like this conversation is deja vu from 2015
22:22
<
tos9 >
and 2016, and 2017, and 2018, and ...
22:22
marky1991 has joined #pypy
22:22
marky1991 has quit [Remote host closed the connection]
22:23
marky1991 has joined #pypy