[YSI] Inline + General
#18

Quote:
Originally Posted by Y_Less
View Post
Edit: Nope...

Edit 2:

57% of that execution is spent in this function:

https://github.com/Zeex/amx_assembly....inc#L243-L277

I can see why it would be so slow - it runs all that code for almost every cell in your code, multiple times! I mean the code was never designed for speed, since it is only run once at startup. I've never been too concerned with startup times, only live execution times, so if there is ever a way to speed up execution at the cost of startup, I will always take it (unless the code is very complex). In this case, however, I might have to rethink. Expecially code that is not too well written - large functions with high cyclomatic complexity will not treat that function well.
Alright. Well, nothing I can do to reduce the time it take for load YSI? I've to wait a new version of your code ? Without a new version, wait 10 mins is a problem for tests server, it's not for the production server.
Reply


Messages In This Thread
[YSI] Inline + General - by Dayrion - 27.09.2017, 13:22
Re: [YSI] Inline + General - by 10MIN - 27.09.2017, 13:48
Re: [YSI] Inline + General - by Misiur - 27.09.2017, 14:08
Re: [YSI] Inline + General - by Dayrion - 27.09.2017, 14:10
Re: [YSI] Inline + General - by Dayrion - 27.09.2017, 14:42
Re: [YSI] Inline + General - by Misiur - 27.09.2017, 16:04
Re: [YSI] Inline + General - by Dayrion - 27.09.2017, 17:11
Re: [YSI] Inline + General - by Dayrion - 28.09.2017, 16:04
Re: [YSI] Inline + General - by Misiur - 28.09.2017, 17:44
Re: [YSI] Inline + General - by Dayrion - 29.09.2017, 09:59
Re: [YSI] Inline + General - by Misiur - 29.09.2017, 12:13
Re: [YSI] Inline + General - by Dayrion - 29.09.2017, 13:33
Re: [YSI] Inline + General - by Misiur - 29.09.2017, 13:39
Re: [YSI] Inline + General - by Dayrion - 29.09.2017, 18:26
Re: [YSI] Inline + General - by Misiur - 29.09.2017, 21:26
Re: [YSI] Inline + General - by Dayrion - 29.09.2017, 21:51
Re: [YSI] Inline + General - by Dayrion - 30.09.2017, 15:25
Re: [YSI] Inline + General - by Dayrion - 30.09.2017, 17:46
Re: [YSI] Inline + General - by Dayrion - 01.10.2017, 20:01
Re: [YSI] Inline + General - by Dayrion - 03.10.2017, 08:42
Re: [YSI] Inline + General - by Dayrion - 04.10.2017, 12:33
Re: [YSI] Inline + General - by Dayrion - 04.10.2017, 19:17
Re: [YSI] Inline + General - by Dayrion - 20.10.2017, 21:32
Re: [YSI] Inline + General - by Y_Less - 06.11.2017, 21:49
Re: [YSI] Inline + General - by Dayrion - 06.11.2017, 22:29
Re: [YSI] Inline + General - by Y_Less - 06.11.2017, 22:40

Forum Jump:


Users browsing this thread: 2 Guest(s)