« Return to Thread: Why does this program eat RAM?

Re[2]: Why does this program eat RAM?

by Bulat Ziganshin-2 :: Rate this Message:

Reply to Author | View in Thread

Hello Bertram,

Tuesday, September 5, 2006, 12:24:57 PM, you wrote:

>> A quick hack up to use Data.ByteString uses a lot less ram, though
>> profiling still shows 95% of time spent in the building the Map.

Data.HashTable may be a faster alternative for Map (if ordering isn't
required)


--
Best regards,
 Bulat                            mailto:Bulat.Ziganshin@...

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@...
http://www.haskell.org/mailman/listinfo/haskell-cafe

 « Return to Thread: Why does this program eat RAM?