19.03.2013, 19:25
Nice plugin 
Yeah there are a lot.. I tried once to make one with pawn.. crashed my compiler

Quote:
Did you make a non-threaded version of this plugin and check the difference between the two? I suspect that the performance benefic would rather come from the fact that this is a plugin (C++ code by itself executes faster than Pawn) than the fact that you are using threads (I believe it can be even slower than without threads because of synchronization overhead).
P.S. Why do people still bother writing command processors (there are literally tons of them)? I thought everyone uses dialogs nowadays ![]() |
