UI responsiveness and javascript

前端 未结 4 1800
被撕碎了的回忆
被撕碎了的回忆 2020-12-30 16:53

I have a large set of data to be plotted on google map. Because of the data set size, google map always freezes for a few seconds before all the points are plotted. I used a

4条回答
  •  借酒劲吻你
    2020-12-30 17:34

    Similar to what musicfreak said, but doesn't require Gears, is Javascript web workers. This is only implemented in the latest versions of browsers for now though.

提交回复
热议问题