From: Tom Clegg Date: Wed, 28 Jul 2021 04:04:56 +0000 (-0400) Subject: 17574: Speed up manifest parsing. X-Git-Tag: 2.3.0~118^2~11 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/11339f23c194809c53cb4a888aea18eb51ff27f8?hp=11339f23c194809c53cb4a888aea18eb51ff27f8 17574: Speed up manifest parsing. 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 ---