]> git.99rst.org Git - git.git/commit
pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
authorTaylor Blau <redacted>
Thu, 20 Mar 2025 17:57:05 +0000 (13:57 -0400)
committerJunio C Hamano <redacted>
Fri, 21 Mar 2025 11:34:13 +0000 (04:34 -0700)
commit5999b44fcbe1e1638960314c65723c60be6aeb9c
treea5b6eb5dd22e8e7c9c10782a066c382652701165
parente07af41139fe6d5f088dda2501ed754ef40b6399
pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators

Now that we have initialized arrays for each bitmap layer's type bitmaps
in the previous commit, adjust existing callers to use them in
preparation for multi-layered bitmaps.

Signed-off-by: Taylor Blau <redacted>
Acked-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
pack-bitmap.c
git clone https://git.99rst.org/PROJECT