Skip to content

Additional memory specification does not seem to consider the index for block indirect sort #70

@vigna

Description

@vigna

Reading the paper about block indirect sort I was very puzzled of how one could manage the blocks indirectly without some sort of index, whose size would have been linear in the data (very small, like below 1%, but still depending on the data, not on the number of threads). Looking at the code, it seems to me that the variable std::vector<block_pos> index of the backbone is in fact a vector of additional usize values of length equal to the number of blocks. Am I correct?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions