git/ewah
Taylor Blau 0481cbf912 ewah: implement `ewah_bitmap_popcount()`
Some of the pseudo-merge test helpers (which will be introduced in the
following commit) will want to indicate the total number of commits in
or objects reachable from a pseudo-merge.

Implement a popcount() function that operates on EWAH bitmaps to quickly
determine how many bits are set in each of the respective bitmaps.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-05-24 11:40:43 -07:00
..
bitmap.c ewah: implement `ewah_bitmap_popcount()` 2024-05-24 11:40:43 -07:00
ewah_bitmap.c git-compat-util: move alloc macros to git-compat-util.h 2023-07-05 11:42:31 -07:00
ewah_io.c
ewah_rlw.c
ewok.h ewah: implement `ewah_bitmap_popcount()` 2024-05-24 11:40:43 -07:00
ewok_rlw.h