(Request) Update PyPy's Version on CF

Revision en6, by pajenegod, 2021-04-29 21:58:13

I've always liked using Python (PyPy) for solving problems in competitive programming. And most problems are very doable, even in Python. What I've found is that the most difficult problems to solve in Python are those requiring 64 bit integers.

The reason why 64 bit integers are problematic is because CF runs Windows, and PyPy only supports 32 bit on Windows. So whenever a problem involves integers that cannot fit inside of a signed 32 bit int, PyPy switches to big integers (which runs insanely slow, sometimes a factor of 20 times slower).

What I currently have to do to get around big integers

However with the latest PyPy version (version 7.3.4) PyPy has finally switched to 64 bit on Windows! So upgrading PyPy would mean no more problems with big integers. This would make PyPy far more usable and more beginner friendly. So if possible please update PyPy's version on CF to 7.3.4! MikeMirzayanov

Tags python, pypy, tle, mle

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en7 English pajenegod 2021-05-02 15:49:11 259 Tiny change: 'nazavr555] and [use' -> 'nazavr555], [user:kuviman] and [use'
en6 English pajenegod 2021-04-29 21:58:13 9 Tiny change: '. Today I will always use this whenever ' -> '. Today I always use it whenever '
en5 English pajenegod 2021-04-29 21:46:08 0 (published)
en4 English pajenegod 2021-04-29 21:35:35 588 Tiny change: ' problems involve d' -> ' problems on CF involve d'
en3 English pajenegod 2021-04-29 21:16:23 51
en2 English pajenegod 2021-04-29 21:09:59 2
en1 English pajenegod 2021-04-29 21:08:12 1503 Initial revision (saved to drafts)