Re: string dictionary and memory issue.
- From: "Alexandre Brisebois (www.pointnetsolutions.com)" <alexandre.brisebois@xxxxxxxxx>
- Date: 10 Mar 2006 01:53:17 -0800
well each node has beteew 0 to possible characters
I tryed loading 117 000~ words in a straight foward hashtable.
a 4 meg xml file became 25 megs in memory...
but I still find that extremly large. I am tring to find a way to use
as little ram as possible,
without completely hurting my speed.
I will try with the ArrayList and List generic collections.
Best Regards,
Alexandre Brisebois
If you have any other ideas please do let me know.
.
- Follow-Ups:
- Re: string dictionary and memory issue.
- From: Jon Skeet [C# MVP]
- Re: string dictionary and memory issue.
- References:
- string dictionary and memory issue.
- From: Alexandre Brisebois (www.pointnetsolutions.com)
- Re: string dictionary and memory issue.
- From: Jon Skeet [C# MVP]
- string dictionary and memory issue.
- Prev by Date: problem with escaped characters in System.Uri
- Next by Date: Re: Desing problem
- Previous by thread: Re: string dictionary and memory issue.
- Next by thread: Re: string dictionary and memory issue.
- Index(es):
Relevant Pages
|