DefMemo icon indicating copy to clipboard operation
DefMemo copied to clipboard

ETS based result table & process pool

Open ephe-meral opened this issue 8 years ago • 1 comments

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.

ephe-meral avatar Jul 04 '16 09:07 ephe-meral

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.

os6sense avatar Jul 26 '16 13:07 os6sense