From a9934a445bd94b176d3274ab28426092c9bad83a Mon Sep 17 00:00:00 2001 From: Leon Sorokin Date: Sun, 13 Oct 2019 14:15:31 -0500 Subject: [PATCH] readme perf update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14aaa70c..89790c07 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ An [exceptionally fast](#performance), tiny ([~7 KB min](https://github.com/leeo --- ### Introduction -μPlot is a very fast and memory-efficient [time series](https://en.wikipedia.org/wiki/Time_series) chart based on [Canvas 2D](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D); from a cold start it can create an interactive chart containing 150,000 data points in 50ms. In addition to fast initial render, the zooming and cursor performance is by far the best of any similar charting lib; at ~7 KB (min), it's likely the smallest and fastest time series plotter that doesn't make use of WebGL shaders or WASM, both of which have much higher startup cost and code size. +μPlot is a [fast, memory-efficient](#performance) [time series](https://en.wikipedia.org/wiki/Time_series) chart based on [Canvas 2D](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D); from a cold start it can create an interactive chart containing 150,000 data points in 40ms. In addition to fast initial render, the zooming and cursor performance is by far the best of any similar charting lib; at ~7 KB (min), it's likely the smallest and fastest time series plotter that doesn't make use of WebGL shaders or WASM, both of which have much higher startup cost and code size. ---

166,650 point bench: https://leeoniya.github.io/uPlot/bench/uPlot.html