clj-fast icon indicating copy to clipboard operation
clj-fast copied to clipboard

Clojurescript support?

Open thenonameguy opened this issue 4 years ago • 2 comments

Are there any performance improvements for the same cases possible in cljs? Can some of the files be moved .cljc?

thenonameguy avatar Mar 31 '20 20:03 thenonameguy

Are there any performance improvements for the same cases possible in cljs

I have no idea. Are you interested in running the benchmarks on cljs?

I've only used Clojure until now for backend development, so if you're interested in participating in any way to bring it to cljs as well you're more than welcome.

My guess is, based on what I read here is that all type hinted code currently is useless for cljs.

The unrolling code (lenses, etc) probably has usage, but I don't know if it has performance gains.

bsless avatar Apr 01 '20 07:04 bsless

Just passing interest, I considered using this to make the clj-side of Pathom faster. Currently that implementation is in cljc files and then the idea came up that some of these optimizations could be useful in cljs land as well (hopefully most of these are already in stdlib).

thenonameguy avatar Apr 01 '20 12:04 thenonameguy