fsdonks / m4

Other
0 stars 1 forks source link

Performance: event propogation hotpath #37

Open fs-tom opened 4 years ago

fs-tom commented 4 years ago

marathon.sim.pure.network/serial-propogator invokes count a lot and other polymorphic calls. Possible savings.

fs-tom commented 4 years ago

Also invoking a lot of destructuring via clojure.core/get, likely significant savings...