Add multiple to CircularDataFrame

Hello,

Is there anyway to add multiple data points to a circuit data frame without performed frame.add inside a loop? It appears from our performance analysis that the main cause of slowdown are the loops that are run looping through the timeseries data returned adding it to the circular data frame.

Is there are way to implement our own dataframe allowing a mutliadd?