Hacker News new | ask | show | jobs
by 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
1 comments

Yeah, sure, you can iterate over the dense vector and check in the other side's sparse vector, that's correct.