Heatmap Performance (HeatmapCalculator._calculateIntensityMatrix)

3777
1
04-01-2015 02:11 AM
SantoPfingsten
New Contributor II

I have a heatmap with 61136 features. This takes Chrome 17 Seconds to calculate each time the heatmap gets recalculated. Almost all of the time is spend in this method:
HeatmapCalculator._calculateIntensityMatrix

Looking at the code, and taking some snapshot values, I'd guess the inner loop code gets called ~21 Billion! times.

Not sure what this method actually does, since I can only look at the compressed code, but it seems very inefficient.

0 Kudos
1 Reply
FabianoScardua
New Contributor II

Any solutions for this issue?

0 Kudos