01:07
pmp-p has quit [Disconnected by services]
01:07
pmp-p has quit [Disconnected by services]
01:07
pmp-p has quit [Disconnected by services]
01:07
pmp-p has joined #pypy
01:07
pmp-p has joined #pypy
01:07
pmp-p has joined #pypy
01:08
Cheery has joined #pypy
01:08
Cheery has joined #pypy
01:08
Cheery has joined #pypy
01:12
Cheery_ has quit [*.net *.split]
01:12
Cheery_ has quit [*.net *.split]
01:12
Cheery_ has quit [*.net *.split]
01:12
raekye has quit [*.net *.split]
01:12
raekye has quit [*.net *.split]
01:12
raekye has quit [*.net *.split]
01:12
raekye has joined #pypy
01:12
raekye has joined #pypy
01:12
raekye has joined #pypy
02:13
jcea has quit [Ping timeout: 260 seconds]
02:13
jcea has quit [Ping timeout: 260 seconds]
02:13
jcea has quit [Ping timeout: 260 seconds]
02:48
_whitelogger_ has quit [Remote host closed the connection]
02:48
_whitelogger_ has quit [Remote host closed the connection]
02:51
_whitelogger_ has joined #pypy
02:51
_whitelogger_ has joined #pypy
02:51
_whitelogger_ has joined #pypy
03:19
lritter has joined #pypy
03:19
lritter has joined #pypy
03:19
lritter has joined #pypy
03:24
Dejan_ has joined #pypy
03:24
Dejan_ has joined #pypy
03:24
Dejan_ has joined #pypy
03:27
Dejan has quit [Ping timeout: 256 seconds]
03:27
Dejan has quit [Ping timeout: 256 seconds]
03:27
Dejan has quit [Ping timeout: 256 seconds]
04:15
_whitelogger_ has quit [Remote host closed the connection]
04:15
_whitelogger_ has quit [Remote host closed the connection]
04:17
_whitelogger_ has joined #pypy
04:17
_whitelogger_ has joined #pypy
04:17
_whitelogger_ has joined #pypy
04:23
forgottenone has joined #pypy
04:23
forgottenone has joined #pypy
04:23
forgottenone has joined #pypy
05:06
Thaodan has joined #pypy
05:06
Thaodan has joined #pypy
05:06
Thaodan has joined #pypy
06:07
<
mattip >
own tests of module/zipimport are really slow
06:07
<
mattip >
own tests of module/zipimport are really slow
06:07
<
mattip >
own tests of module/zipimport are really slow
06:08
<
mattip >
on aarch64 they timeout, on x86_64 they take ~20 minutes
06:08
<
mattip >
on aarch64 they timeout, on x86_64 they take ~20 minutes
06:08
<
mattip >
on aarch64 they timeout, on x86_64 they take ~20 minutes
06:09
<
fijal >
wow pypy is fast
06:09
<
fijal >
wow pypy is fast
06:09
<
fijal >
wow pypy is fast
06:11
<
fijal >
I'm analyzing a calendar and it's 8s (pypy) vs 30s (cpy)
06:11
<
fijal >
I'm analyzing a calendar and it's 8s (pypy) vs 30s (cpy)
06:11
<
fijal >
I'm analyzing a calendar and it's 8s (pypy) vs 30s (cpy)
06:20
<
fijal >
that's 3.7 btw
06:20
<
fijal >
that's 3.7 btw
06:20
<
fijal >
that's 3.7 btw
06:20
<
fijal >
but it's parsing, which is not exactly pypy forte
06:20
<
fijal >
but it's parsing, which is not exactly pypy forte
06:20
<
fijal >
but it's parsing, which is not exactly pypy forte
06:20
<
fijal >
(I think it's predominantly parsing)
06:20
<
fijal >
(I think it's predominantly parsing)
06:20
<
fijal >
(I think it's predominantly parsing)
06:27
_whitelogger_ has quit [Remote host closed the connection]
06:27
_whitelogger_ has quit [Remote host closed the connection]
06:29
_whitelogger_ has joined #pypy
06:29
_whitelogger_ has joined #pypy
06:29
_whitelogger_ has joined #pypy
06:41
<
mattip >
someone on stackoverflow was complaining about Decimal being slow
06:41
<
mattip >
someone on stackoverflow was complaining about Decimal being slow
06:41
<
mattip >
someone on stackoverflow was complaining about Decimal being slow
06:42
<
mattip >
it turns out we have a cffi- wrapper for libmpdec, but do not ship it by default
06:42
<
mattip >
it turns out we have a cffi- wrapper for libmpdec, but do not ship it by default
06:42
<
mattip >
it turns out we have a cffi- wrapper for libmpdec, but do not ship it by default
06:43
<
mattip >
so most users will use the pure-python _pydecimal
06:43
<
mattip >
so most users will use the pure-python _pydecimal
06:43
<
mattip >
so most users will use the pure-python _pydecimal
06:45
<
cfbolz >
mattip: wait no
06:45
<
cfbolz >
mattip: wait no
06:45
<
cfbolz >
mattip: wait no
06:45
<
cfbolz >
are you sure it's that way round?
06:45
<
cfbolz >
are you sure it's that way round?
06:45
<
cfbolz >
are you sure it's that way round?
06:45
<
cfbolz >
iirc the cffi one is slower than the pure python one
06:45
<
cfbolz >
iirc the cffi one is slower than the pure python one
06:45
<
cfbolz >
iirc the cffi one is slower than the pure python one
06:45
<
cfbolz >
and py3 ships the former, py2 the latter
06:45
<
cfbolz >
and py3 ships the former, py2 the latter
06:45
<
cfbolz >
and py3 ships the former, py2 the latter
06:47
<
mattip >
on py3.7, _decimal_build.py is commented out of lib_pypy/pypy_tools/build_cffi_imports.py
06:47
<
mattip >
on py3.7, _decimal_build.py is commented out of lib_pypy/pypy_tools/build_cffi_imports.py
06:47
<
mattip >
on py3.7, _decimal_build.py is commented out of lib_pypy/pypy_tools/build_cffi_imports.py
06:47
<
cfbolz >
because the cffi one is slower ;-)
06:47
<
cfbolz >
because the cffi one is slower ;-)
06:47
<
cfbolz >
because the cffi one is slower ;-)
06:49
<
mattip >
ahh. right, issue 3024
06:49
<
mattip >
ahh. right, issue 3024
06:49
<
mattip >
ahh. right, issue 3024
07:06
<
mattip >
ok. answered
07:06
<
mattip >
ok. answered
07:06
<
mattip >
ok. answered
07:30
forgottenone has quit [Quit: Konversation terminated!]
07:30
forgottenone has quit [Quit: Konversation terminated!]
07:30
forgottenone has quit [Quit: Konversation terminated!]
07:31
lritter has quit [Ping timeout: 246 seconds]
07:31
lritter has quit [Ping timeout: 246 seconds]
07:31
lritter has quit [Ping timeout: 246 seconds]
07:32
forgottenone has joined #pypy
07:32
forgottenone has joined #pypy
07:32
forgottenone has joined #pypy
07:42
lritter has joined #pypy
07:42
lritter has joined #pypy
07:42
lritter has joined #pypy
07:49
<
cfbolz >
mattip: is there a benchmark?
07:49
<
cfbolz >
mattip: is there a benchmark?
07:49
<
cfbolz >
mattip: is there a benchmark?
08:14
<
cfbolz >
Not much to say, I fear
08:14
<
cfbolz >
Not much to say, I fear
08:14
<
cfbolz >
Not much to say, I fear
08:39
<
cfbolz >
mattip: I wonder whether his reproducer shows the real problem
08:39
<
cfbolz >
mattip: I wonder whether his reproducer shows the real problem
08:39
<
cfbolz >
mattip: I wonder whether his reproducer shows the real problem
08:39
<
cfbolz >
but yes, our re should be good at the problem anyway ;-)
08:39
<
cfbolz >
but yes, our re should be good at the problem anyway ;-)
08:39
<
cfbolz >
but yes, our re should be good at the problem anyway ;-)
08:46
<
mattip >
here is the regex reproducer as a script, with the "a in b" alternative
08:46
<
mattip >
here is the regex reproducer as a script, with the "a in b" alternative
08:46
<
mattip >
here is the regex reproducer as a script, with the "a in b" alternative
08:47
<
cfbolz >
mattip: you will be happy to learn that I suspect that it's the sphinx problem :-P
08:47
<
cfbolz >
mattip: you will be happy to learn that I suspect that it's the sphinx problem :-P
08:47
<
cfbolz >
mattip: you will be happy to learn that I suspect that it's the sphinx problem :-P
08:48
<
mattip >
ahh, got it
08:48
<
mattip >
ahh, got it
08:48
<
mattip >
ahh, got it
08:52
<
cfbolz >
it's a long chain of bridges to promote the current regex :-(
08:52
<
cfbolz >
it's a long chain of bridges to promote the current regex :-(
08:52
<
cfbolz >
it's a long chain of bridges to promote the current regex :-(
09:01
<
cfbolz >
mattip: there's a solution, but I am not sure whether it will make other code worse
09:01
<
cfbolz >
mattip: there's a solution, but I am not sure whether it will make other code worse
09:01
<
cfbolz >
mattip: there's a solution, but I am not sure whether it will make other code worse
09:02
* cfbolz
is a bit overwhelmed atm
09:02
* cfbolz
is a bit overwhelmed atm
09:02
* cfbolz
is a bit overwhelmed atm
09:03
<
cfbolz >
mattip: can you maybe file an issue about re?
09:03
<
cfbolz >
mattip: can you maybe file an issue about re?
09:03
<
cfbolz >
mattip: can you maybe file an issue about re?
09:15
Dejan_ has quit [Quit: Leaving]
09:15
Dejan_ has quit [Quit: Leaving]
09:15
Dejan_ has quit [Quit: Leaving]
09:16
Dejan has joined #pypy
09:16
Dejan has joined #pypy
09:16
Dejan has joined #pypy
09:16
Dejan has joined #pypy
09:16
Dejan has joined #pypy
09:16
Dejan has joined #pypy
10:16
mattip_ has joined #pypy
10:16
mattip_ has joined #pypy
10:16
mattip_ has joined #pypy
11:24
mattip_ has quit [Ping timeout: 260 seconds]
11:24
mattip_ has quit [Ping timeout: 260 seconds]
11:24
mattip_ has quit [Ping timeout: 260 seconds]
11:32
<
cfbolz >
mattip: I did it now
11:32
<
cfbolz >
mattip: I did it now
11:32
<
cfbolz >
mattip: I did it now
12:21
jcea has joined #pypy
12:21
jcea has joined #pypy
12:21
jcea has joined #pypy
12:46
Gustavo6046 has quit [Ping timeout: 272 seconds]
12:46
Gustavo6046 has quit [Ping timeout: 272 seconds]
12:46
Gustavo6046 has quit [Ping timeout: 272 seconds]
13:07
Gustavo6046 has joined #pypy
13:07
Gustavo6046 has joined #pypy
13:07
Gustavo6046 has joined #pypy
13:08
<
mattip >
cfbolz: thanks
13:08
<
mattip >
cfbolz: thanks
13:08
<
mattip >
cfbolz: thanks
13:31
oberstet has joined #pypy
13:31
oberstet has joined #pypy
13:31
oberstet has joined #pypy
14:21
lritter has quit [Quit: Leaving]
14:21
lritter has quit [Quit: Leaving]
14:21
lritter has quit [Quit: Leaving]
16:41
jcea has quit [Remote host closed the connection]
16:41
jcea has quit [Remote host closed the connection]
16:41
jcea has quit [Remote host closed the connection]
16:42
Gustavo6046 has quit [Remote host closed the connection]
16:42
Gustavo6046 has quit [Remote host closed the connection]
16:42
Gustavo6046 has quit [Remote host closed the connection]
16:42
jcea has joined #pypy
16:42
jcea has joined #pypy
16:42
jcea has joined #pypy
16:43
Gustavo6046 has joined #pypy
16:43
Gustavo6046 has joined #pypy
16:43
Gustavo6046 has joined #pypy
17:58
Gustavo6046 has quit [Remote host closed the connection]
17:58
Gustavo6046 has quit [Remote host closed the connection]
17:58
Gustavo6046 has quit [Remote host closed the connection]
17:58
Gustavo6046 has joined #pypy
17:58
Gustavo6046 has joined #pypy
17:58
Gustavo6046 has joined #pypy
18:02
Gustavo6046 has quit [Remote host closed the connection]
18:02
Gustavo6046 has quit [Remote host closed the connection]
18:02
Gustavo6046 has quit [Remote host closed the connection]
18:02
Gustavo6046 has joined #pypy
18:02
Gustavo6046 has joined #pypy
18:02
Gustavo6046 has joined #pypy
18:12
Gustavo6046 has quit [Remote host closed the connection]
18:12
Gustavo6046 has quit [Remote host closed the connection]
18:12
Gustavo6046 has quit [Remote host closed the connection]
18:12
Gustavo6046 has joined #pypy
18:12
Gustavo6046 has joined #pypy
18:12
Gustavo6046 has joined #pypy
18:45
ulope has quit [Ping timeout: 265 seconds]
18:45
ulope has quit [Ping timeout: 265 seconds]
18:45
ulope has quit [Ping timeout: 265 seconds]
18:48
ulope has joined #pypy
18:48
ulope has joined #pypy
18:48
ulope has joined #pypy
22:37
ulope has quit [Ping timeout: 246 seconds]
22:37
ulope has quit [Ping timeout: 246 seconds]
22:37
ulope has quit [Ping timeout: 246 seconds]
22:37
ulope has joined #pypy
22:37
ulope has joined #pypy
22:37
ulope has joined #pypy
23:24
proteusguy has quit [Ping timeout: 246 seconds]
23:24
proteusguy has quit [Ping timeout: 246 seconds]
23:24
proteusguy has quit [Ping timeout: 246 seconds]
23:33
Dejan has quit [Quit: Leaving]
23:33
Dejan has quit [Quit: Leaving]
23:33
Dejan has quit [Quit: Leaving]
23:38
proteusguy has joined #pypy
23:38
proteusguy has joined #pypy
23:38
proteusguy has joined #pypy