nikitaved

Results 69 comments of nikitaved

@cpuhrsch , this one is also not safe to merge due to the very same issues with the MSVC compiler that got some other of my PRs reverted... :(

There is a way to substantially improve performance, not just for this PR, but for the COO intersection kernel overall (no need for `coalesce` at all, much fewer kernel calls)....

Thank you, @pearu , for your review!

@cpuhrsch , @amjames , @pearu , could you please stamp this one?

@jeanschmidt , looks like MSVC is having hard times with cpp17 I guess? And/or structured binding from a tuple... Otherwise the code change is trivial.