lucaong / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
MIT License
646 stars 293 forks source link

Performance improvement for word cloud render. Have shown the time in log. #41

Open saravanan4514 opened 11 years ago

saravanan4514 commented 11 years ago

Finding offsetLeft, offsetRight, offsetWidth, offsetHeight takes more time, so passing them as parameter and saving them as object has increased performance from 320ms to 50ms.

matghaleb commented 11 years ago

:+1: much more faster for me too.