mih
mih copied to clipboard
Understanding BucketGroup::data_insert and BucketGroup::count_insert
I am reading the code but cannot really understand what these two functions are doing: BucketGroup::data_insert and BucketGroup::count_insert.
I guess the difficulty in understanding comes from the special data structure of BucketGroup.
Is it possible to give a more detailed introduction on how the data organized in BucketGroup? Thanks a lot.
Actually, if you complie test_bucket_group.cpp and run, you will find it became easy.