Hi, I've been working on c++ifying bitmaps and while there make them a little faster. My current work is in the tbsaunde/bitmap git branch please look and give comments :)
Some interesting differences -745 LOC averaged over 10 runs with a --enable-checking=release g++ on one ~334kloc .i compiled with -)3 +300k rss (not sure why need to look soon) -0.04s I think the bitmap API is pretty reasonable at this point, but I'd like to do something about the bitmap obstacks, they make things a bit messy than they might otherwise be. thanks! Trev