Opened 12 years ago
Closed 11 years ago
#19 closed defect (wontfix)
text decoder performance improvement
Reported by: | vadim.godunko | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Matreshka - XML Processor | Version: | |
Keywords: | Cc: |
Description
Current implementation uses Append operation to append each code point to the string. As part of this operation null terminator is filled every time after adding of the code point, which is performance penalty and must be fixed in some way.
Note:
See TracTickets
for help on using tickets.
Obsolete, codecs has another architecture now.