Re: Performance tuning of character data callbacks....
Sebastian Pipping <[email protected]> Sun, 03 Aug 2008 16:51:35 +0200
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Kevin Burton wrote: > How do I increase the size of the buffer used with character data callbacks? > > Looks like this is XML_CONTENT_BYTES by my 15 minutes of groking the source > which defaults to 1024.... I might bump this up to 16-32k. > I think can be reduced by increasing the chunk size of character data which > would both reduce the number of callbacks and reduce the number of string > concats needed by my application. Are you suggesting to change the default value? I'm not sure if this suits everyone as Expat is used in environments with very little memory. Sebastian