1
0
mirror of https://github.com/git/git synced 2024-06-28 13:44:40 +00:00
git/ewah
Taylor Blau 94c1addf86 ewah: bitmap_equals_ewah()
Prepare to reuse existing pseudo-merge bitmaps by implementing a
`bitmap_equals_ewah()` helper.

This helper will be used to see if a raw bitmap (containing the set of
parents for some pseudo-merge) is equal to any existing pseudo-merge's
commits bitmap (which are stored as EWAH-compressed bitmaps on disk).

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-05-24 11:40:44 -07:00
..
bitmap.c ewah: bitmap_equals_ewah() 2024-05-24 11:40:44 -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: drop ewah_serialize_native function 2018-06-18 10:16:19 -07:00
ewah_rlw.c ewah: delete unused 'rlwit_discharge_empty()' 2018-06-21 09:39:48 -07:00
ewok_rlw.h ewok_rlw.h: add missing 'inline' to function definition 2018-10-29 10:14:19 +09:00
ewok.h ewah: bitmap_equals_ewah() 2024-05-24 11:40:44 -07:00