Y
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
dooglius
332 days ago
You could do intersection by iterating over the dense vector though, not sure why you would need to iterate over the sparse one
link
Sesse__
331 days ago
Yeah, sure, you can iterate over the dense vector and check in the other side's sparse vector, that's correct.
link