use RB_TREE instead of STAILQ to manage packindex bloom filters; much faster
commit0be8fa4c11ab3b1e2c7f93a8d8649c885cd72d28
authorStefan Sperling <stsp@stsp.name>
Wed, 13 Oct 2021 11:09:15 +0000 (13 11:09 +0000)
committerThomas Adam <thomas@xteddy.org>
Fri, 15 Oct 2021 19:22:03 +0000 (15 20:22 +0100)
tree6afdcc002a06467903357e3d6bbccba27f945ce2
parent40d16f06b477a3e4552e99de8ec91bce62125c6b
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