RefreshCapcha

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Williamsonborough

Pages: [1]
1
MP3 Checker / Re: Will not work with over 32786 files!
« on: September 02, 2021, 08:35:44 pm »
Is the file XML? Note that a XML parse tree Node object is non-trivial size (it has to keep lists of children, parent reference, a current in-scope namespace list, list of attributes and the value itself, etc). The webM parser doesn’t create a copy of the value, because it points a reference to the input stream data from the parse tree node, so there aren’t two copies of the data in memory during parsing, as with some parsers. But it would not surprise me if a 60M XML file took 600M of RAM once parsed.

Pages: [1]