Memoize.jl
Memoize.jl copied to clipboard
Memoize does not work for bigint
I wanted to let you know that @memoize for function that recive bigint does not act as expected.

Yes, I suppose that is a consequence of the IdDict default. Does it work if you @memoize Dict() function f(x) ...?
Yes, Tho I would suggest using Dict by default then as it add some underling logic prone to bugs.

Yeah... I didn't make that call. It would be a breaking change, but I think I agree with you there. IdDict is IMO premature optimization for this package.