DefMemo
DefMemo copied to clipboard
ETS based result table & process pool
Is there a chance we could get an ETS based result table instead of a map? And another thing... maybe a process pool to access it?
My use case would be several processes executing the same function often enough for me to worry about memo messages queuing up with this approach - and then the question obviously is if there's still a performance improvement between using memo or just running the expensive computation.
It had been one of my intentions but I hadn't had a reason to do so; if I get the time I'll look into it.