I’m interested in more of a universal design patterns but moving data around is my prevailing interest.
Stuff like copy on like classes vs structures, how data gets passed around, copied, deleted, etc I think
I’m interested in more of a universal design patterns but moving data around is my prevailing interest.
Stuff like copy on like classes vs structures, how data gets passed around, copied, deleted, etc I think
What? No that would be an aspect of the programming language. Ok, maybe if you study compilers. I know there are also books about garbage collection so maybe there are courses about that too.
When I first saw the question I thought you meant bulk transfers, like in data communication or parallel programming. There is a topic called “the data center as a computer” that could be relevant. Like if you’re trying to split a problem across 1000 computers, a lot of the planning will be shovelling data around between them, in addition to the computation itself. You could look for Hadoop books and docs.