I have a question with respect to performance.
I am trying to create a C# List object from a python list object with the list size of 96. I do this over 18k times but this conversion causes lot of latency. Is there any other way to convert a python list object of floats to C# List ? The code in the red box causes most latency. Any suggestions/pointers will be helpful. Thanks.

Thanks Much!