Hacker News new | ask | show | jobs
by Sesse__ 333 days ago
Sorry, I meant iterating over the sparse vector, not the dense vector (I find the nomenclature in the article somehow inverted).
1 comments

You could do intersection by iterating over the dense vector though, not sure why you would need to iterate over the sparse one
Yeah, sure, you can iterate over the dense vector and check in the other side's sparse vector, that's correct.