Please read the new rule regarding the restriction on the use of AI tools. ×

How competitive is PyPy 64-bit?

Revision en1, by tomowama, 2022-09-01 22:24:37

I am rather new to CP, and am curious that now that there is PyPy 64-bit on Codeforces, how much more competitive does that make python? I have seen in other blog posts on here that one of the main things slowing down python (PyPy) was the fact that >32 bit integers were being stored as big ints. Does this change make Python more competitive and actually usable? I only ask because I know c++ and python (I know python better than c++ as I've only recently been using c++ for cp), but can code solutions to problems much faster and "cleaner" in python.

Tags python3, pypy, c++, usable, help, question, python faster thanc,c++, 64-bit int

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English tomowama 2022-09-01 22:24:37 590 Initial revision (published)