Hi, really enjoyed the video(s).
I don't generally code in C++ as such, I was just wanting to clear up a couple of questions.
In the video you mentioned that pointers should be discarded as soon as they are passed on to the next agent, and in one of the examples given for an x MB image file the pointer would be handed off from one to the next, and discarded en-route. Where does the responsibility lie for releasing the storage pointed to by the pointer?You have based this on the dataflow model of computation. Yes?If so, and this is sort of related to the previous topic, what would be the best approach for handling persistent storage, and/or shared memory?