cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
jinsun is now known as Guest785
jinsun_ has joined #pypy
Guest785 has quit [Killed (zinc.libera.chat (Nickname regained by services))]
ruth2345345 has joined #pypy
lehmrob has joined #pypy
lehmrob has quit [Ping timeout: 260 seconds]
ruth2345345 has quit [Ping timeout: 240 seconds]
ruth2345345 has joined #pypy
ruth2345345 has quit [Ping timeout: 260 seconds]
lehmrob has joined #pypy
ruth2345345 has joined #pypy
lehmrob has quit [Remote host closed the connection]
jinsun_ has joined #pypy
jinsun is now known as Guest3908
Guest3908 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
jinsun_ is now known as jinsun
<cfbolz> performance is hard :-(
<cfbolz> "We did see performance gains for several Python releases, but 3.12 seems to go back to the performance of 3.9 (at least CI wise)."
<antocuni> quoting some random comment in the issue:
<antocuni> > Like I said, if you believe this is a dictionary performance regression, you should be able to isolate the dict operation, do it in a loop and stop-watch it - it should show the regression. Otherwise, I don't think this worth investigation from CPython's perspective.
<antocuni> I think that this will be less and less true considering the changes in the CPython VM
<antocuni> the era of pretty-deterministic-performance is gone
<Dejan> depends on weather conditions
<Dejan> :D
Dejan has quit [Quit: Leaving]
alice is now known as Guest7591
alice has joined #pypy
Guest7591 has quit [Read error: Connection reset by peer]
<Hodgestar> The 3.12 performance regression shows up in my current work code base too.