Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid redundant ByteData allocation when decoding sfixed64 (#889)
Ideally `Int64.fromBytes` would provide a `skip` argument (similar to `Utf8Decoder.convert`) to avoid allocating intermediate views completely, but for now we just remove the intermediate `ByteData`.
- Loading branch information