You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jasondavies! I tried to use d3-cloud with a quite large board size (approx. 20000*20000), and noticed that there is a significant lag even when using only few words. The slowest part is zeroArray function. Here are few possible optimizations for it - https://jsperf.com/d3-cloud/ (all of them work fine). Should I submit a fix for it, or you prefer to do it yourself? Thanks!
The text was updated successfully, but these errors were encountered:
Hi @jasondavies! I tried to use
d3-cloud
with a quite large board size (approx. 20000*20000), and noticed that there is a significant lag even when using only few words. The slowest part iszeroArray
function. Here are few possible optimizations for it - https://jsperf.com/d3-cloud/ (all of them work fine). Should I submit a fix for it, or you prefer to do it yourself? Thanks!The text was updated successfully, but these errors were encountered: