Hacker News new | ask | show | jobs
by Leftium 1056 days ago
Another example of this is referential equality testing. You know deeply nested data structures are the same just by comparing their memory addresses since they cannot change.

Someone was able speed up React's virtual DOM using Clojure data structures.