Alexander Varga

Results 11 comments of Alexander Varga

My use case for this was for memoizing a function that takes an `HConsed` with a `WeakKeyHashMap` so the table itself wouldn't contribute to the `HConsed::elm`'s reference count. I'm doing...