Feuermagier / autograder

Automatic grading of student's Java code
MIT License
13 stars 7 forks source link

Consider making the Autograder not write to the filesystem #526

Open Luro02 opened 1 month ago

Luro02 commented 1 month ago

Description

Right now, it does quite a few copies, writes and so on to the file system. This results in a few problems like some operating systems not allowing writes, choosing the wrong place to store the files and it makes parallelization more difficult.

Note: This will be a lot of work that might not be worth it