]> git.notmuchmail.org Git - notmuch/commit
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)
commitc033cb4c0785f88bd9298ede09badddd50c1780f
tree11da2dba06468f8a36eee24fcd7b9dd7400d58c6
parenta03769db17fe5e2ff15a27391086387d1bfe37e7
bitmap:improve memory usage using CHAR_BITS and unsigned CHAR

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.
lib/query.cc