HighDots Forums  

E' stamaldettamente troppo lento

Javascript (Italian) Il linguaggio JavaScript (it.comp.lang.javascript)


Discuss E' stamaldettamente troppo lento in the Javascript (Italian) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gufo Rosso
 
Posts: n/a

Default E' stamaldettamente troppo lento - 06-05-2008 , 02:21 PM






wz_jsgraphics.js v. 2.33
The latest version is available at
http://www.walterzorn.com

ho provato anche con la nuova versione

rimane LENTO
cono circa 50 linee (e sono poche!!)
ne vorrei almeno 200/300 (massime)

la chimata ajax e' veloce
se lo faccio in json va di piu ?

IMHO ma perche non implementano un JS direttamente
nel bowser che faccia un po di cose
in modo da ridurre i tempi ?

var jg = new jsGraphics("lines");
document.getElementById('lines').innerHTML = '';
jg.setColor("#006699");
var pairs = res.split("#");
for (var i=0; i<pairs.length; i++) {
var xy = pairs[i].split(',');

jg.drawLine(parseInt(xy[0]),parseInt(xy[1]),parseInt(xy[2]),parseInt(xy[3]));
}
jg.paint();
}



questo e' il risultato (sperimentale) di sto coso
http://img300.imageshack.us/my.php?i...companypf3.jpg
e' modificato rispetto all'altro e portato in .php







Reply With Quote
  #2  
Old   
Gufo Rosso
 
Posts: n/a

Default Re: E' stamaldettamente troppo lento (era) - 06-06-2008 , 12:43 AM






Gufo Rosso ha scritto:
Quote:
wz_jsgraphics.js v. 2.33
The latest version is available at
http://www.walterzorn.com

ho provato anche con la nuova versione

rimane LENTO
cono circa 50 linee (e sono poche!!)
ne vorrei almeno 200/300 (massime)

era prototype vecchio, quando le dimensioni non contano
47 il vecchio 128k il nuovo





Reply With Quote
  #3  
Old   
Ugo
 
Posts: n/a

Default Re: E' stamaldettamente troppo lento - 06-07-2008 , 10:07 AM



[cut]
domanda scema, ma perchè non lo fai direttamente con le api di google?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.