Tagged Questions

2
votes
5answers
730 views

Optimizing bit array accesses

I'm using Dipperstein's bitarray.cpp class to work on bi-level (black and white) images where the image data is natively stored as simply as one pixel one bit. I need to iterate through each and ...