Re[2]: [Haskell-cafe] mapping unfreeze over an IntMap of IOUArrays

2008-11-11 Thread Bulat Ziganshin
Hello Don, Wednesday, November 12, 2008, 1:21:18 AM, you wrote: > If this structure is useful, you should release it on Hackage. > You've not tested the performance though, I imagine, versus > say, hasing into an IntMap? you know that making all these things need a time. sorry, ATM i think that

Re[2]: [Haskell-cafe] mapping unfreeze over an IntMap of IOUArrays

2008-11-11 Thread Bulat Ziganshin
Hello Don, Wednesday, November 12, 2008, 12:51:33 AM, you wrote: >> btw, i made here some time ago proposal about pure hashtables > Did you end up implementing this? yes, i have published here all the 10 lines of implementation :))) citing letter to you: actually, writing HT module from scrat

Re[2]: [Haskell-cafe] mapping unfreeze over an IntMap of IOUArrays

2008-11-11 Thread Bulat Ziganshin
Hello Max, Tuesday, November 11, 2008, 11:50:28 PM, you wrote: btw, i made here some time ago proposal about pure hashtables implented over a pure arrays (via accumArray operaion). may be it is somewhat helpful for you >>> > using unsafeFreeze. I'm getting stuck here, since the >>> IntMap libra