Menu

Is the library still actively supported?

Help
Adi Shavit
2012-06-18
2018-08-22
  • Adi Shavit

    Adi Shavit - 2012-06-18

    Hi,

    Is BitMagic still actively supported? 
    Is this the right forum to ask questions?
    Is there a way to use BM for a very large number of bitstrings (millions), that does not create a lot of heap-allocations? but, instead, something like keeping a std::vector of std::bitsets?

    Thanks,
    Adi

     
  • Anatoliy Kuznetsov

    The library is supported, the design of the library uses block heap allocs with an option to redefine allocator, STL style and use a different allocation style, including arena based or thread-local allocs.

     

Log in to post a comment.