• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Multithreading

swordman

Member
Joined
Jun 5, 2011
Messages
394
Reaction score
7
Standard tfs doesnt have multithreading.
How is it possible to make multithreading?

Threads + Fixes + gprof = less lags
 
There's no real point in making TFS multi-threaded. It's not like the advantages are even worth the bother and the pain of multi-threading. Plus, TFS is not CPU heavy anyway. If anything; you'd be better off optimizing the code instead.
 
There's no real point in making TFS multi-threaded. It's not like the advantages are even worth the bother and the pain of multi-threading. Plus, TFS is not CPU heavy anyway. If anything; you'd be better off optimizing the code instead.

So, instead optimzing the code in sources with using Gprof?
 
Back
Top