I have been searching hard for a good visual explanation of HAMT's and this one finally made the bit shifting make complete sense! Thank you very much!!
@potamophilosopher9 жыл бұрын
Excellent introduction to the inner workings of Clojure's efficient data structures. It is not particularly Clojure specific, so it might be useful for anyone interested in performant data structures.The history is also very well told.
@sohangchopra64783 жыл бұрын
Very interesting talk! I don't actually use Clojure - but the explanation of how immutable data structures are implemented is quite good!