1 / 2
Dec 2021

I have re-tried few of my old submissions and found that the execution time has increased at least 60% more than the old execution time
You can check INTEST, INOUTTEST.


INTEST solution id (#28915861) that ran on 2021-12-21 18:52:21 took 0.23 secs
whereas the earlier run (#23528545) that ran on 2019-03-30 14:19:45 took just 0.12 secs

Is there any change in judge time calculation for C Sharp language? Or is it due to mono framework version change or judge runtime configuration like memory, warmup time etc.?

This issue is not affecting the problem solving or submission but just want to bring up this for notice (if some things should be tweaked in judge system?).
I was trying to optimize my solution to climb-up the C# specific best time list, but couldn’t get anywhere near old submissions :slight_smile:

If nothing could be done,

  1. can the solutions be rejudged for solutions older than a year (I’m sure this sounds absurd)?
    Just want to check for any viable solution
  2. Or else, can we have a re-judge button in the ranking page :smiley:

Between, I like this judge system a lot as it gives amazing challenges to train.
Don’t consider this request as a bug report or so. It is just a low priority request to consider :slight_smile:

  • created

    Dec '21
  • last reply

    Dec '21
  • 1

    reply

  • 480

    views

  • 1

    user

  • 2

    links

One more to add,
If rejudged, most of the C# solutions in TDPRIMES will result in Time Limit Exceeded :wink:

Not sure if this is something to do with judge system configuration. Something like heap size limitation ?
setenv MONO_GC_PARAMS max-heap-size=8G ???