[Closed] Float_list performance: general question
Greetings
I’m playing around with adding some new function to my script. In a nutshell I’m generating some motion profiles parametrically in a script controller. The function call that generates the profiles runs very quickly, as it is written in c#.
So I started adding script controllers to available slots in a float_list, 1 per function call so that different profiles could be added/overlaid, and they were each easy to read and modify… But very quickly (within 8-10 sub controllers) everything bogged down to a crawl.
As a comparative test, i added the bazillion requirred variables to a single controller, and ran 10 functions calls additively within the single float script and it ran great.
Anyone else encounter something like this with list controllers?
Cheers
Mikie