You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/12/26 16:23:07 UTC

[GitHub] [incubator-echarts] 100pah commented on issue #11907: 【dataset性能问题】dataset在series数量过多时性能非常糟糕,甚至会直接崩溃

100pah commented on issue #11907: 【dataset性能问题】dataset在series数量过多时性能非常糟糕,甚至会直接崩溃
URL: https://github.com/apache/incubator-echarts/issues/11907#issuecomment-569084420
 
 
   The `genName` in `completeDimensions.js` needs to be optimized.
   
   Potential optimization: 
   
   + Do not loop from 0.
   + Do not start while sentence if not necessary (not sure)
   + Use plain object rather than the hashMap (not sure)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org