- Performance optimization count_and(), bvector destruction, etc
- Simplified template arguments for bvector<>
BitMagic is C++ library designed and developed to implement efficient platform independent bitsets. BitMagic is Open Source, free library. You can use this software in any commercial or non-commercial projects, free of any charge. Though we encorage you to let us know about your projects, and applications of BitMagic. Please mention the authors in any work derived from this project.
Hi
ReplyDeleteI 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?
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!
ReplyDeleteright?