Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Kamaroyl
Visitor

Roku/brightscript time complexity guarantees

Hey all,

I'm rather new to Roku/brightscript development. I was wondering if there were any time complexity guarantees for things like associative array lookup (lg(N) I'm guessing?) and if there were any resources out there on implementation/complexity of methods in roku/brightscript.

Cheers,
Ben Straub
0 Kudos
1 REPLY 1
georgejecook
Streaming Star

Re: Roku/brightscript time complexity guarantees

I suggest you pay a decent consultant an 1-3 hours to teach you the basics.

there's a lot of nuances. This is what I did when I started, and it saved me weeks of effort. There's too many nuances/unexpected behaviours, so if you're doing this professionaly; get some proper advice. The O notation of aa's is about the least of your worries - there's at least 10 other things I can think of which could necessitate a complete redesign of your architecture if you don't know about them: so get some help!
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook

Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
0 Kudos