Sunday, April 25, 2010

BitMagic Library v.3.7.0 released

- Fixed logical bug in deserialization (multiple deserialization into 1 bit-vector with incorrect OR)
- Performance optimization count_and(), bvector destruction, etc
- Simplified template arguments for bvector<>

2 comments:

  1. Hi
    I am using Perf to test BitMagic, but i didn't any improvment with BMSSE2OPT defined.

    here is my platform:
    Intel p4 CPU 3G
    2G mem
    windows xp s3
    vs2008

    any idea?

    ReplyDelete
  2. if BMCOUNTOPT is defined. the performance has significant improvement, BUT it looks like this is a alrightm change, not caused by SSE2. since count is cached!

    right?

    ReplyDelete