commit | c31d0cb68c1c29f210ab44803f5e5fdcdcfa250b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 06 10:36:40 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | fa83c853b072032eb3afa6ac981c6f6449c8008b | |
parent | 43332d881baa2d66a18e80ec636e0e0da5623c46 [diff] |
patman: Use bytearray instead of string If the process outputs a lot of data on stdout this can be quite slow, since the bytestring is regenerated each time. Use a bytearray instead. Signed-off-by: Simon Glass <sjg@chromium.org>