Patrick Steinhardt <ps@xxxxxx> writes: > Refactor the code to use `struct strmap`s instead to reduce complexity. > It's unlikely that this will have any real-world impact on performance > given that most repositories likely won't have all that many ref stores. > ... > refs.c | 71 ++++++++++++---------------------------------------------- > 1 file changed, 14 insertions(+), 57 deletions(-) Nice.