klenin / Spawner

Cross-platform sandbox runner
4 stars 8 forks source link

Time limits granularity and size #27

Open rotanov opened 9 years ago

rotanov commented 9 years ago

Time limits are being stored as unsigned int and with granularity of 1 microsecond .

Proposed changes are:

  1. store time limits as unsigned long long
  2. decrease granularity to 1 millisecond