How can I tell if I am overusing multi-threading?
- by exhuma
NOTE: This is a complete re-write of the question. The text before was way too lengthy and did not get to the point! If you're interested in the original question, you can look it up in the edit history.
I currently feel like I am over-using multi-threading.
I have 3 types of data, A, B and C.
Each A can be converted to multiple Bs and each B…