enhancementhelp wanted
仓库指标
- Star
- (4,387 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Enhancement Currently, the max page cnt of a file is about 65,000. It is limited by ths size of BPFileHeader::bitmap. Shall we use the bitmap node:
struct BitmapNode { PageNum prev; PageNum next; char bitmap[0]; }
to support Infinite number of pages ?