Sebastian LaVine on Nostr: npub1sg4rc…7xslc I appreciate you sharing that hashmap example, by the way -- that ...
npub1sg4rcvkxkp3sx7f0ex8rtdd9ylcdd2fchtfm22fy45h4w02p306qq7xslc (npub1sg4…xslc) I appreciate you sharing that hashmap example, by the way -- that helped me understand how dead simple the algorithm could be way back when I first saw it. But if I hadn't had a healthy dose of data structures learning already, I wouldn't know some of the tradeoffs of that design, like not considering a load factor. With Hare, you both easily can and might need to understand your core data structures to get them to your liking, and that will require some general knowledge