kothic / kothic-js

Kothic JS — a full-featured JavaScript map rendering engine using HTML5 Canvas
http://kothic.org
BSD 2-Clause "Simplified" License
451 stars 46 forks source link

Fake Canvas for debugging and benchmarking other parts of code #18

Closed Komzpa closed 13 years ago

Komzpa commented 13 years ago

Seems like canvas is the slowest part for now, but probably there are others, that aren't seen for now. Can we fake canvas object with something that will accept all the used calls and return immediately, to see only numbers that depend on object sorting?