<div dir="ltr"><div class="gmail_quote"><div dir="ltr">(Not sure what the right list is for this)<br></div><div dir="ltr"><br></div><div dir="ltr">Hi,<br><br>I have started a PR for a "fast_integers" flag for np.isin and np.in1d which greatly increases performance when both arrays are integral. It works by creating a boolean array with elements set to 1 where the parent array (ar2) has elements and 0 otherwise. This array is then indexed by the child array (ar1) to create the output.<br><br><a href="https://github.com/numpy/numpy/pull/12065" target="_blank">https://github.com/numpy/numpy/pull/12065<br></a><br>Thoughts on this? Please let me know if you have any questions about my addition.<br><br>Thank you.<br>Best regards,<br>Miles</div></div></div>