[Include] BTXT - Fast and Easy Text Processor - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] BTXT - Fast and Easy Text Processor (
/showthread.php?tid=298592)
Re: BTXT - Fast and Easy Text Processor -
AndreT - 23.11.2011
@Finn: I believe you keep the btxt included at all times when running the test? That would explain your small speed difference. It is just the addition of the time it takes to run the strcmp check.
Besides, nothing in PAWN can happen at the same time. It is single-threaded.
Re: BTXT - Fast and Easy Text Processor -
Finn - 23.11.2011
Quote:
Originally Posted by AndreT
@Finn: I believe you keep the btxt included at all times when running the test? That would explain your small speed difference. It is just the addition of the time it takes to run the strcmp check.
Besides, nothing in PAWN can happen at the same time. It is single-threaded.
|
Yes you're right I was thinking in some weird way there.
No, I don't have btxt included when running the strcmp test.
Re: BTXT - Fast and Easy Text Processor -
Biesmen - 23.11.2011
Zomg, I was confused with a different thread.
Nice include.