Skip to content
#

wfdb

Here are 18 public repositories matching this topic...

Biehrer
Biehrer commented Oct 23, 2020

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

enhancement good first issue

Improve this page

Add a description, image, and links to the wfdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wfdb topic, visit your repo's landing page and select "manage topics."

Learn more