fsdonks / m4

Other
0 stars 1 forks source link

Performance: Optimize away clojure.core/nth #34

Closed fs-tom closed 4 years ago

fs-tom commented 4 years ago

There's a substantial call path to nth, likely due to destructuring. Tried to nail it down, in spork.sim.core/merge-entity (there was a variadic path there). Need to check elsewhere.

We're also destructuring a lot. Could benefit from structural.core/with-slots in places.