Python 3 performance change

Правка en2, от david_varela, 2018-08-29 04:21:47

Hi everybody,

I discovered that different submissions with exactly the same Python code obtain different results (accepted, TLE).

I also realized that the individual tests differ in memory and time, where recent executions (August 2018) use less memory but need more time.

  • Problem 222b, submission 33921342, test 1 requires Time: 60 ms, memory: 5428 KB
  • Problem 222b, submission 42010082, test 1 requires Time: 216 ms, memory: 0 KB

Some ideas about the possible reasons? I can only think in different sub-versions of Python 3, something else? Any solution from the dev(participant) side? Change the language is the only one I can think by now...

Thanks for your help and happy coding.

David.

Теги python, performance, version

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский david_varela 2018-08-29 04:21:47 2 Tiny change: 'n/37037681\n- My copy,' -> 'n/37037681- My copy,'
en1 Английский david_varela 2018-08-29 04:19:35 1092 Initial revision (published)