Overflowing HashMap
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 03 Jun 2012 07:39:57 -0700
This obvious but it just bit me when I tried to spider and check links
on http://www.richarddawkins.net, a rather large site.
I used 64 bit java.exe and gave it 10MB of RAM to play with but it
died anyway.
One of the problems is HashMaps, even in 64-bit JVMs, can still only
hold 1 << 30 elements.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
..
.
- Follow-Ups:
- Re: Overflowing HashMap
- From: Knute Johnson
- Re: Overflowing HashMap
- From: Patricia Shanahan
- Re: Overflowing HashMap
- Next by Date: Re: Overflowing HashMap
- Next by thread: Re: Overflowing HashMap
- Index(es):
Relevant Pages
|