Stephan Hageboeck
Stephan Hageboeck
But also very useful: ```bash /usr/bin/time ./executable time ./executable ```
+1 My students were also surprised. What I would suggest is to discuss this in the slides. This is linked to #347, and I volunteer to do those two. 🙂
In my opinion, it's very insightful to *not* see the race condition on first invocation. You might have seen in the lecture that I also only get 100 and 200...
+1 for tsan. The only issue is that it isn't available everywhere. In addition, we could do what I did in the lecture: We remove all output if it didn't...
OK, I will assign it to myself for now.
@amadio can we assign this to you?
With vector, there is no need to put it on the heap. I would generally say that people should use vector, but you see that it defies the point of...
... the same for the array in `LargeObject`, problem2.
Decided to put a slide at the beginning of the course.
I'll look at is after the course.