Aly Cerruti

Results 145 comments of Aly Cerruti

([Archive](https://web.archive.org/web/20220530013038/https://twitter.com/kmett/status/1530948314543407107))

How do I add tests? `SetSpec` refers specifically to `AvlSet` (same for `MapSpec`/`AvlMap`).

Ah! I couldn't find a `Hash` when looking for it earlier. Thank you! Re HAMT: I didn't know how to make a HashMap so I just copied a Java example...

So, the new typeclass dependencies for some things seem a little odd. I haven't implemented a HAMT as of yet, but that'll be next. I'd like a review on my...

The Wikipedia page is _not_ helping for how to implement a HAMT, and my data structures course has nothing on it. What should I look at to implement one?

Alright, I learned how to make a HAMT: It seems like I'd want to basically copy stdlib's `Vector` and index the tries by the bits of the `hash`. I'll see...

Yeah, as much as I wanted to finish this up I never really got around to understanding how to make better HashMaps. Thanks for keeping up with things!

This is neither a circe nor a Scala bug. Consider: ```scala { // In this scope, it is known that Id =:= Int, because opaque types are transparent in the...

zdis _works_ but something integrated into CEmu (especially for when I'm not booted into Linux) would be nice, especially since CEmu already uses zdis.