go-plist icon indicating copy to clipboard operation
go-plist copied to clipboard

Release v1.0

Open DHowett opened this issue 8 years ago • 0 comments

Evaluate what plist needs to do to reach 1.0.

  • [ ] Consider looking at the XML parser and bringing it in line with the text parser.
  • [ ] Look at the number of buffer copies and full reads we're doing for text and binary
    • Only XML needs a streaming buffer; binary and text now need to read the whole document and retain references to it.

DHowett avatar Sep 02 '17 17:09 DHowett