Closed whoshenry closed 6 years ago
Wow. There is something wrong with the parser.
I guess it is related to function signature pre-parsing... Time to optimize that :)
Great, thank you!
Any update on the parsing issue?
No idea how long this takes. I basically need to rewrite quite a lot code and test it - meanwhile, there are more or less critical bugs waiting fixes.
Hey Bensku! I'm having the same problem. And yes, I'm using some addons, but it loads faster with nfell's one. Here's an example of Skript that takes a long time to load (but others 10x bigger take less time):
Hastebin link: http://hastebin.com/avukedoqom.vbs
Hello, I got the same issues and it seem the particles showing make the skript load very slower than other without it
Wow, if that is truly the cause... I have really not even idea how to fix it. Particle system is buggy, but slow? It should't be.
If you want I can make a little video to show you when I remove the part of code with the particles how slower it load and when I add them how faster it load.
No need, I trust that is the case. I just wonder, how it is so... I fear particle system has some fundamental flaws which would require a rewrite of it - again.
I'll keep you updated when I have new information. No ETA since I have no idea what I'm dealing with.
Ok thanks
@ZeTioZ Multithreaded parser coming in next update. I also indeed found one very stupid mistake I had made when working with current script loader.
So, @bensku you think you got the solution for this problem ?
Probably. And if not, multithreaded parser is so much faster anyway...
Just an update, the Skript is still taking a long time to load everything. With dev24b.
Hey, I'm also having this issue. It takes almost twice as long to start up :( Not to just whine about it though, awesome job you've been doing so far! I'm just salty I can't get your awesome built in json!
I know its probably not this simple, however what if you were to look at nfell's fork and see how the parser works there?
Thanks again for your work!
I might have a hunch what causes this, but no promises.
No problem, it seems like its particle/sound related, if that helps?
There are far newer issues related to slow script load times.
Why does the Bensku fork take twice as long to load the scripts on startup?