fasterthanlime / shin

:warning: (def shin (dissoc clojurescript :jvm :google_closure)) (deprecated)
MIT License
35 stars 1 forks source link

Make protocol lookup efficient #52

Closed fasterthanlime closed 9 years ago

fasterthanlime commented 9 years ago

Right now, cljs.core iterates through _protocols. That's inefficient for types, and it doesn't allow extending native types.