2011/3/8 Rustem Alimov :
> Hi,
>
> src/core/CLucene/util/BitSet.cpp : line 93
>
> [code]
> _count = -1; <-- FIRST SET
>
> if (val)
> bits[bit >> 3] |= 1 << (bit & 7);
> else
> bits[bit >> 3] &= ~(1 << (bit & 7));
> _count =-1; <-- SECOND SET (unnecessary???)
> [/code
Hi Shivaji!
2011/3/8 shivaji badade :
>
> Do anybody has the diff in these two version on performance data, which will
> help in moving me to 2.3.2 version.
I have no diff. But I changed once from 0.9.21b to 2.3.2 (about 2
years ago). The most changes I had to made where in classes extenting
exis