You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve performance by always removing a fixed size(e.g 5% of the total buffer) inside the OGLSweepChartBuffer's OnChartUpdate()-Method
=> Then it's not necessary to remove data each time a new datapoint is added -> this should be a performance improvement, because we don't have to search for indexes (binary search) each time a new value is added
The text was updated successfully, but these errors were encountered:
improve performance by always removing a fixed size(e.g 5% of the total buffer) inside the OGLSweepChartBuffer's OnChartUpdate()-Method
=> Then it's not necessary to remove data each time a new datapoint is added -> this should be a performance improvement, because we don't have to search for indexes (binary search) each time a new value is added
The text was updated successfully, but these errors were encountered: