I have a c# component with a large amount of data that is re-writing per time-step. The data update within the component happens in 10-12 miliseconds, because I have pre-allocated all the variables. However, the output to grasshopper triples the time, I think, perhaps, because the out parameters are general lists that are re-created or each time. If I have more than one out parameter this is orders of magnitude slower. Is there any hack / workaround for this.
thank you so much.
3 posts - 3 participants