Hacker News new | ask | show | jobs
by pharmakom 1648 days ago
Yes it definitely can! The most important optimisation (imo) is to replace pure code on immutable data-structures with imperative code on mutable data-structures.

Why not just write imperative code? Because it’s really hard to reason about.