So I have a question about managing memory in a language where memory management isnt required..<BR>I have an algorithm, it works on very large data sets. In it's ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
LH is right. You are going to want to use SAX because DOM is going to be nearly impossible with a file of that size. No matter how much RAM you throw at it, the thing will always run like a dog ...