Hacker News new | ask | show | jobs
by raymondh 2185 days ago
What approach are you using to efficiently store and look up non-hashable function arguments?
1 comments

Converting to tuple has mostly been enough. I want to say always, but I don't trust my memory that much, haha.