when should I select python3 over PyPy ?

Revision en1, by Codness50, 2024-04-05 21:07:21

sometimes I use python3 over PyPy3 and I get better performance specially on the memory usage

255135410-->Python3 — time: 140 ms — Memory: 6600 KB 255135440--> PyPy3 — time: 156 ms — Memory:19196 KB problem[problem:B. Rebellion]

the same code for both solutions

How to know when to submit with Python3 over PyPy?

thanks in advance

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Codness50 2024-04-05 21:07:21 443 Initial revision (published)