I got an app with ClojureScript and it's quite slow 
http://repo.tiye.me/Quamolit/quamolit/

My code is doing a lot of rendering work, I haven't yet finished designing the 
caching solution, but the CPU profile showed there's performance issue in 
`cljs$core$next`. Why is that slow, did I use it wrong?

My code is at http://github.com/Quamolit/quamolit if you are interested run 
`boot compile-cirru` to get ClojureScript code, just another syntax... by 
running `boot dev` to start development environment. Since I used Hit Regions 
APIs, you need to turn on "Experimental Canvas features" to run the app, check 
here 
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/addHitRegion

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to