17574: Speed up manifest parsing.
authorTom Clegg <tom@curii.com>
Wed, 28 Jul 2021 04:04:56 +0000 (00:04 -0400)
committerTom Clegg <tom@curii.com>
Wed, 28 Jul 2021 04:04:56 +0000 (00:04 -0400)
Previous code spent a lot of time allocating, copying, and GCing
strings. Working with byte slices is much faser.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>


No differences found