essoca
essoca
### Description There are use cases where one wants to find unique rows in a 2D array without having to sort the outputs. This is already recognized by the implementation...
### Version of Awkward Array 2.6.2 ### Description and code to reproduce Hey guys, I followed a hint from the discussion in [#696](https://github.com/scikit-hep/awkward/discussions/696#discussion-2571850) to type `ak.Array` for numba signatures. So...
### Description In an attempt to measure the performance of `cp.unique` (following #8307), I noticed something very unpleasant: it doesn't return for large arrays. I expect something comparable to Jax...
### Version of Awkward Array 2.6.4 ### Description and code to reproduce Hey guys, While playing with simple slices of ak.Arrays, I noticed the following: ```python a = ak.Array([[[0, 1],...