use RB_TREE instead of STAILQ to manage packindex bloom filters; much faster
commitcfe4112187cdecbd49844c80bb337c1671a2d7ab
authorStefan Sperling <stsp@stsp.name>
Wed, 13 Oct 2021 11:09:15 +0000 (13 11:09 +0000)
committerThomas Adam <thomas@xteddy.org>
Sat, 16 Oct 2021 11:09:49 +0000 (16 12:09 +0100)
treeee6ae2eebfef106b0df97cbf5a1dc351bafb7a3d
parent4eaf43871217ec0d5ddda0840af42350cd4048fd
use RB_TREE instead of STAILQ to manage packindex bloom filters; much faster
lib/fetch.c
lib/got_lib_repository.h
lib/object.c
lib/object_parse.c
lib/pack_create.c
lib/repository.c
lib/repository_admin.c
lib/send.c