CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Vovik

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    6,972

    Re: Looking for bitset library

    About 500 000 000 bits in a mask. So space optimization play a lot (as the program should work with several masks at the same time).
  2. Replies
    7
    Views
    6,972

    Re: Looking for bitset library

    In my project it is a common task to store and work with large bit masks, that contain less number of ones. So they could be compressed well in memory. I found one library called BitMagic...
  3. Replies
    7
    Views
    6,972

    Looking for bitset library

    Hallo all,
    I'm looking for some good library, that works with bitsets or bitarrays. Anybody knows something better then boost::dynamic_bitset? No matter if the library is open source or commercial....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured