SA-MP Forums Archive
Speed up if the objects are in a filterscript? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Speed up if the objects are in a filterscript? (/showthread.php?tid=303556)



Speed up if the objects are in a filterscript? - LZLo - 14.12.2011

Can i speed up my server if i take all the objects to a filterscript? (Incognito's plugin streamer)
Or it will run with the normal speed.

DynamicObject count is at: 54,350 (without normal objects)


Re: Speed up if the objects are in a filterscript? - LZLo - 14.12.2011

yeah, thanks i have already read about the threading, but i will check it out again


Re: Speed up if the objects are in a filterscript? - Sascha - 14.12.2011

All that is being speed up by this is the compiling process
For large scripts it can make a huge difference when putting those into an FS... for the server itself it doesn't make any difference though, as it was already pointed out