Hi, > I've taken another look at your BitField code. I think that your > functions nextSetBit and nextClearBit do not work as intended in every > case.
You are right... I fixed it. I'm not sure if it will have a big effect, because I never saw those methods in any profiling data recently, but anyway my implementation was really bad. I didn't use the special tricks to find the next set bit in one long, so it could still be improved a bit if required. http://code.google.com/p/h2database/source/browse/trunk/h2/src/main/org/h2/util/BitField.java Thanks for the links! Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
