Re: [PATCH 1/8] packfile: use a `strmap` to store packs by name
From: Taylor Blau <hidden>
Date: 2025-10-29 22:16:22
From: Taylor Blau <hidden>
Date: 2025-10-29 22:16:22
On Tue, Oct 28, 2025 at 12:08:31PM +0100, Patrick Steinhardt wrote:
--- packfile.c | 24 ++++-------------------- packfile.h | 4 ++-- 2 files changed, 6 insertions(+), 22 deletions(-)
Nice; well explained and the change below looks obviously correct to me. I much prefer the strmap API here and agree that this is a good use-case for it. Thanks, Taylor