I've got a huge (working) script inside the skin (14,759 chars) so a sensible question to ask is there a limit? (it'll be 2* that when I include hamster insurance.)
geposted Thu 27 Nov 14 @ 8:04 pm
Ok I'll take that as there isn't a limit,
does script have a speed?
If I write a script that's huge ( 10^6 queries ) something like
deck 1 level 50% ? play : {repeat this script 10^6 times}
How quickly will it get through it? is it system dependant or is there an internal rate?
does script have a speed?
If I write a script that's huge ( 10^6 queries ) something like
deck 1 level 50% ? play : {repeat this script 10^6 times}
How quickly will it get through it? is it system dependant or is there an internal rate?
geposted Sun 30 Nov 14 @ 3:11 pm
Yes, there is a limit. I have a script that essential builds a playlist by scrolling down the browser. I can only have it do about 105 songs plus my other commands before it truncates. I'm not sure what the actual character limit but there is one.
geposted Thu 04 Dec 14 @ 1:59 am
Speed wise, I'm sure it's got something to do with how fast your processor is, but my scripts seem to run pretty fast. I had a pause at the beginning and a play at the end and I never noticed the music stop.
geposted Thu 04 Dec 14 @ 2:01 am
I dont think that a limit in size exists. But depending on the action (result), you would probably get some noticeable latency when the action is executed and may not work as expected.
geposted Thu 04 Dec 14 @ 6:22 pm
Thanks for the replies everyone.
geposted Fri 05 Dec 14 @ 8:12 am