]> git.notmuchmail.org Git - notmuch/commitdiff
bitmap:improve memory usage using CHAR_BITS and unsigned CHAR
authorRobert Mast <beheerder@tekenbeetziekten.nl>
Wed, 13 Feb 2013 15:32:57 +0000 (16:32 +0100)
committerDavid Bremner <bremner@debian.org>
Sat, 16 Feb 2013 00:05:10 +0000 (20:05 -0400)
Using char instead of int allows for simpler definitions of the
DOCIDSET macros so the code is easier to understand and consistent with
respect to memory-usage. Estimated reduction of memory-usage for
bitmap about 8 times.


No differences found