Changes between Version 6 and Version 7 of FdoTextReaderEnhancements
- Timestamp:
- 10/18/07 14:14:47 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified FdoTextReaderEnhancements
v6 v7 318 318 • the 10 and 20 char per call cases would simulate the writing of an XML file. The !FdoXmlWriter invokes FdoIoTextWriter::Write() for each XML fragment and most fragments would be in the neighbourhood of 20 char.[[br]] 319 319 • larger XML fragments could be as large as 100 characters, so this case was also tested. [[br]] 320 • 4000 characters is close to the FdoIoCachedStream default buffer size.[[br]]320 • 4000 characters is close to the !FdoIoCachedStream default buffer size.[[br]] 321 321 • the 8000 and 50000 character cases were tried to see if any benefits could be realized by increasing the default buffer size.[[br]] 322 322