go-plist
go-plist copied to clipboard
Release v1.0
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.