Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Codness50's blog

By Codness50, history, 2 months ago, In English

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

  • Vote: I like it
  • -1
  • Vote: I do not like it

»
2 months ago, # |
  Vote: I like it +3 Vote: I do not like it

If you use Python, always use Pypy3

  • »
    »
    2 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    yea I recently started to submit with PyPy but sometimes as I mentioned Python3 gives better performance IDK why