June 1st, 2020 at 2:03 AM
1. That's def not 65K characters, will be looking into this and fixing.
2. Very nice work. Love that your professor came to you, that's gonna be a great reference.
3. It's surprising how confusing child processes are for many programmers. I've never once done this in C (I'm surprised that this is not supported on Windows), but in Python, I had a lot of issues with the interprocess communications being extremely slow. I found faster ways of doing it, but it was a lot of frustrating work arounds. This is the sort of reason that single threaded performance will always be important.
Nice thread.
2. Very nice work. Love that your professor came to you, that's gonna be a great reference.
3. It's surprising how confusing child processes are for many programmers. I've never once done this in C (I'm surprised that this is not supported on Windows), but in Python, I had a lot of issues with the interprocess communications being extremely slow. I found faster ways of doing it, but it was a lot of frustrating work arounds. This is the sort of reason that single threaded performance will always be important.
Nice thread.