swharden / QuickPlot

Experimental Plotting Library for .NET
MIT License
34 stars 6 forks source link

Scatter render optimization #5

Closed StendProg closed 5 years ago

StendProg commented 5 years ago

Optimize Skia render calls count by using SKPath. This significant improve performance 4000 lines works fast. Fill style for markers significant increace memory usage (for some way of caching, no memory leaks):

Way to improve memory usage - set Stroke style for markers. Will it realy need draw scatters more then 10000 points?

ClipRect moves outside plottables. Small performance improvement.