• Joel Martin's avatar
    Double hextile rendering performance in Chrome. · 3875f847
    Joel Martin authored
    - For webkit engines, do array manipulation for each tile subrectangle
      and only use the array for putImageData after rendering is finished.
    
    In Chrome 5.0.375.29 beta, the time to render a full 800x600 hextile
    image dropped from 500ms to 250ms or so. Firefox 3.5.3 rendering of
    a full 800x600 hextile image is about 2300ms.
    3875f847
Name
Last commit
Last update
docs Loading commit data...
include Loading commit data...
.gitignore Loading commit data...
LICENSE.AGPL-3 Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
canvas.html Loading commit data...
canvas.js Loading commit data...
vnc.html Loading commit data...
vnc.js Loading commit data...
web.py Loading commit data...
websocket.py Loading commit data...
wsproxy.py Loading commit data...
wstest.html Loading commit data...
wstest.py Loading commit data...