day8 / re-frame-debux

A fork of debux for tracing re-frame code (for eventual consumption by re-frame-10x)
Eclipse Public License 1.0
43 stars 7 forks source link

Performance efficiency #11

Closed danielcompton closed 4 years ago

danielcompton commented 6 years ago

Early benchmark results show a small ~10% CLJS compile time increase when including debux and tracing event handlers. We need to look to see if we can improve the efficiency there, possibly by reducing the number of passes over each form that debux takes?

mike-thompson-day8 commented 4 years ago

A 10% compilation hit seems entirely reasonable given the multiple pass nature of this library. Closing.