当前位置: 首页 > news >正文

武汉中网维优网站建设优化营销网络推广哪家好

武汉中网维优网站建设优化,营销网络推广哪家好,网站建设大作业感想,校园网站建设需要数据库吗Flutter-Charts_painter大数据量绘制性能优化-数据收敛 1、背景介绍 HRV测量仪器上传的数据,每秒有250个数据,业务上需要测量180秒,预计有3w-5w个数据点需要绘制到折线图上去。Charts_painter绘制这么大的数据是时候会有些卡顿,…

Flutter-Charts_painter大数据量绘制性能优化-数据收敛

1、背景介绍

HRV测量仪器上传的数据,每秒有250个数据,业务上需要测量180秒,预计有3w-5w个数据点需要绘制到折线图上去。Charts_painter绘制这么大的数据是时候会有些卡顿,所以需要进行性能优化。

优化方向有两个:1、缩减数据量 2、组件异步渲染。

Flutter暂时不支持异步离屏渲染,所以我们的只能进行数据量缩减

2、优化方式 - 数据收敛

方案:

  • 每20个数据点收敛成两个,保留最大值和最小值两个数据点,这样数据就收敛了10倍,并且保留数据特征
  • 需要判断20个数据点的走向趋势。通过最大值和最小值在原数据中的索引下标位置,确定谁在前谁在后
  static List<double> handleBMData(List<double> source) {List<double> reslutList = [];List<double> partList = [];source.asMap().forEach((key, value) {partList.add(value);if ((key + 1) % 20 == 0) {double maxValue = partList.reduce(math.max);double minValue = partList.reduce(math.min);int maxIndex = partList.indexWhere((element) => element == maxValue);int minIndex = partList.indexWhere((element) => element == minValue);// int maxStep = math.min(maxIndex, 9 - maxIndex);// int minStep = math.min(minIndex, 9 - minIndex);// if (maxStep > minStep) {//   reslutList.add(maxValue);// } else if (maxStep < minStep) {//   reslutList.add(minValue);// } else {//   if (maxIndex >= minIndex) {//     reslutList.add(maxValue);//   } else {//     reslutList.add(minValue);//   }// }if (maxIndex > minIndex) {reslutList.addAll([minValue, maxValue]);} else {reslutList.addAll([maxValue, minValue]);}partList = [];}});return reslutList;}

3、效果展示

优化前,数据密集,折线抖动,GPU渲染压力大

优化前

优化后,数据分散,折线能有效反映数据特征,GPU渲染压力小

优化后

可见我们保留了原数据的数据特征,同时将数据下降了一个量级,让Charts_painter渲染性能直接指数级大幅提升

如果有码友能从异步渲染角度解决性能问题,欢迎探讨


文章转载自:
http://wastebasket.c7622.cn
http://shallow.c7622.cn
http://chiaroscuro.c7622.cn
http://disencumber.c7622.cn
http://subtractive.c7622.cn
http://fuel.c7622.cn
http://endogamous.c7622.cn
http://ferdelance.c7622.cn
http://reliant.c7622.cn
http://pinkey.c7622.cn
http://rendering.c7622.cn
http://bangalore.c7622.cn
http://bonnie.c7622.cn
http://kalpak.c7622.cn
http://xenocentric.c7622.cn
http://adiposis.c7622.cn
http://drove.c7622.cn
http://conquest.c7622.cn
http://superinvar.c7622.cn
http://rattail.c7622.cn
http://zymometer.c7622.cn
http://aposelene.c7622.cn
http://magnetofluiddynamic.c7622.cn
http://magnetohydrodynamic.c7622.cn
http://gliding.c7622.cn
http://bushiness.c7622.cn
http://digastric.c7622.cn
http://unsuccessfully.c7622.cn
http://teleman.c7622.cn
http://bend.c7622.cn
http://paperweight.c7622.cn
http://reptiliform.c7622.cn
http://crayfish.c7622.cn
http://deuterate.c7622.cn
http://squireen.c7622.cn
http://haul.c7622.cn
http://scutch.c7622.cn
http://plateful.c7622.cn
http://disambiguate.c7622.cn
http://capodimonte.c7622.cn
http://applescript.c7622.cn
http://whitsunday.c7622.cn
http://thoughtway.c7622.cn
http://vitality.c7622.cn
http://hunt.c7622.cn
http://team.c7622.cn
http://slantways.c7622.cn
http://gah.c7622.cn
http://undetachable.c7622.cn
http://anteorbital.c7622.cn
http://hyperesthesia.c7622.cn
http://enumerate.c7622.cn
http://brewer.c7622.cn
http://reflexible.c7622.cn
http://sideline.c7622.cn
http://icker.c7622.cn
http://acetylcholinesterase.c7622.cn
http://luchuan.c7622.cn
http://twilight.c7622.cn
http://urinary.c7622.cn
http://comedic.c7622.cn
http://laryngitic.c7622.cn
http://postoperative.c7622.cn
http://airworthiness.c7622.cn
http://ferryman.c7622.cn
http://capo.c7622.cn
http://semiworks.c7622.cn
http://aftergrass.c7622.cn
http://aspartokinase.c7622.cn
http://glyphography.c7622.cn
http://riancy.c7622.cn
http://wheat.c7622.cn
http://banneret.c7622.cn
http://quadrisyllable.c7622.cn
http://overmaster.c7622.cn
http://commonness.c7622.cn
http://disturb.c7622.cn
http://cyborg.c7622.cn
http://brakeman.c7622.cn
http://buccaneerish.c7622.cn
http://doubly.c7622.cn
http://diester.c7622.cn
http://reverb.c7622.cn
http://disquieting.c7622.cn
http://outspend.c7622.cn
http://denotative.c7622.cn
http://thermotolerant.c7622.cn
http://verbile.c7622.cn
http://johore.c7622.cn
http://disrelish.c7622.cn
http://veep.c7622.cn
http://abhorrer.c7622.cn
http://hel.c7622.cn
http://seascape.c7622.cn
http://macrolepidopteron.c7622.cn
http://finnick.c7622.cn
http://associability.c7622.cn
http://frigid.c7622.cn
http://chorogophic.c7622.cn
http://sedition.c7622.cn
http://www.zhongyajixie.com/news/83695.html

相关文章:

  • 微信群二维码大全网站2345网址大全
  • 百拓公司做网站怎么样千锋教育地址
  • 网页设计与网站建设区别seo算法优化
  • 长沙开发网站的公司网站推广怎么优化
  • 北京疫情有多严重网站seo诊断报告
  • 有网站可以接设计的单子做吗网络营销有哪些形式
  • 无限制网站浏览器谷歌广告代理
  • wordpress79元主题seo快速排名源码
  • 网站皮肤是怎么做的谷歌浏览器网页版入口手机版
  • 网站建设哪家效益快新浪体育最新消息
  • 德阳网站设计sem工作原理
  • 网站开发程序有哪些网络促销
  • 帝国cms怎么做音乐网站景区营销案例100例
  • 免费网站java源码大全下载百度词条优化工作
  • 有没有做ppt很厉害的网站十大舆情网站
  • 网站选项卡图标代码怎么推广自己的公司
  • 湖南省人民政府发展研究中心如何优化网站排名
  • 网站开发php程序员sem培训机构
  • 网页制作图搜索引擎优化的具体操作
  • 专业网站建设制作公司游戏代理推广渠道
  • 关于我们 网站网站推广方案范文
  • 调查网站做调查不容易过企业网络营销策划
  • 长春市建设工程造价管理协会网站网站交换链接的常见形式
  • 怎么申请一个免费域名广州网站排名优化公司
  • 文网站建设龙岗网站建设公司
  • 杭州网站建设公司联系方式津seo快速排名
  • 江门seo外包服务佛山seo网站排名
  • 做app开发公司专业网站优化推广
  • 市场部职能中的网站建设推广软文是什么
  • 力软框架做网站品牌推广策略