MikolajKolek / toster

A simple-as-toast tester for C++ solutions to competitive programming exercises
MIT License
20 stars 2 forks source link

Add support for sio2jail #4

Closed MikolajKolek closed 1 year ago

MikolajKolek commented 2 years ago

Add integration with sio2jail. This would allow toster to measure runtime much more precisely and measure program memory usage. This feature would be available only on Linux (due to sio2jail only being available on Linux), and only enabled through an optional flag, as while using sio2jail has many benefits, it is probably going to be at least a couple times slower than not using it. Checklist: