-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Description
I found out, that the xt::where function is much slower than numpy.where. In my program, I call xt::where(xt::equal(index_i, tag)), where index_i.size() = 20855806. For each iteration, this call takes aroung 0.13 s which is a lot! Python accomplishes exactly this task much better than xtensor. Is it due to a bug or do you have any suggestion for implementation?
Metadata
Metadata
Assignees
Labels
No labels