7a1c6dc4bf
* Simply test the raw bitmap entries against zero, to avoid time-consumed reference-count value extraction. * Improve the way of iterating entries inside a bitmap: Extract 64-bit of bitmap entries at once, and use bitwise shift to iterate through the entries.