[issue45902] Bytes and bytesarrays can be sorted with a much faster count sort.

Ruben Vorderman report at bugs.python.org
Fri Nov 26 04:40:38 EST 2021


Ruben Vorderman <r.h.p.vorderman at lumc.nl> added the comment:

Also I didn't know if this should be in Component C-API or Interpreter Core. But I guess this will be implemented as C-API calls PyBytes_Sort and PyByteArray_SortInplace so I figured C-API is the correct component here.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45902>
_______________________________________


More information about the Python-bugs-list mailing list