use a bloom filter to avoid pointless pack index searches
commit4545b700107608ae12d074627db4e14d39f6b1fe
authorStefan Sperling <stsp@stsp.name>
Mon, 11 Oct 2021 18:54:11 +0000 (11 18:54 +0000)
committerThomas Adam <thomas@xteddy.org>
Fri, 15 Oct 2021 19:21:55 +0000 (15 20:21 +0100)
treecb76a2fb1eac8af0f190050cc0293daf6ecfab9e
parent3333aec6eab7596a83037f6fc7abb9e0c8dee838
use a bloom filter to avoid pointless pack index searches
gotweb/Makefile
lib/bloom.c [new file with mode: 0644]
lib/bloom.h [new file with mode: 0644]
lib/got_lib_repository.h
lib/murmurhash2.c [new file with mode: 0644]
lib/murmurhash2.h [new file with mode: 0644]
lib/repository.c
regress/fetch/Makefile