Hello Manlio, Tuesday, March 3, 2009, 5:35:33 PM, you wrote:
> There are 100,000,000 ratings, so I create 100,000,000 arrays containing > only one element. every array needs ~30 bytes - it's a minimal memory block ghc can alloc for variable-sized objects. multiple this by 3 to account for copying GC behavior -- Best regards, Bulat mailto:[email protected] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
