By Djkiou
via javacodegeeks.com
Published: Dec 05 2012 / 04:28
How much memory will I need? This is a question you might have asked yourself (or others) when building a solution, creating a data structure or choosing an algorithm. Will this graph of mine fit in my 3G heap if it contains 1,000,000 edges and I use a HashMap to store it? Can I use the standard Collections API while building my custom caching solution or is the overhead posed by them too much?
Add your comment
Voters For This Link (9)
-
Djkiou -
kioub -
iliastsagklis -
nikosmar -
dxxvi -
loic.sephiroth@gmail.com -
bogdansandu -
jakerocheleau -
mswatcher