Skip to content
  • Jameson Rollins's avatar
    create DataBuffer tarray at initialization, rather than on access · 93ed14ee
    Jameson Rollins authored
    This is actually a fairly big performance boost, since creation of the
    array is itself expensive, and the creation at access meant that it was
    being redone multiple time, particularly for trends (for min/max/mean).
    
    This should improve performance particularly for display of many points.
    93ed14ee