Click here to Skip to main content
15,867,771 members
Articles / Programming Languages / C++

BITSCAN efficiency at a glance

6 Oct 2014CPOL 40  
In order to find out if BITSCAN  was fast enough to be a substantial improvement over other libraries that manage bit strings, it has been  compared with std::bitset and  boost::dynamic_bitset similar data structures.
We're sorry, but the article you are trying to view was deleted at 7 Oct 2014.

Please go to the C++ Table of Contents to view the list of available articles in this section.