[Numpy-discussion] Fastpathing lexsort for integers

2024-05-07 Thread ml
Hi all (my first message in this list), I have written some (Python) code to make lexsort on (lists of arrays of) integers more efficient, by "merging" all levels in a single array. I'm asking for some feedback between doing a PR. Compared to the current code, there is an improvement as long as

[Numpy-discussion] Re: Fastpathing lexsort for integers

2024-05-11 Thread ml
Any feedback, even just on where to locate the Python code I wrote? Otherwise I will try to just open a PR and see how it goes. Thanks, Pietro ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discus

[Numpy-discussion] Re: Fastpathing lexsort for integers

2024-05-14 Thread ml
Dear Nathan, thanks for your feedback! I agree a PR is a better way to discuss code, I had written to the ML and waited for a reply just because the PR template on github recommends "IF IT'S A NEW FEATURE OR API CHANGE, TEST THE WATERS" with a pointer to the ML. ... but anyway,