mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
While clarifying the meaning of the arguments to `mp_quicksort`, I noticed that by pre-adjusting the `head` argument similar to what was already done for `tail`, code size could be saved by eliminating repeated calculation of `h + 1`. Signed-off-by: Jeff Epler <jepler@unpythonic.net>
20 KiB
20 KiB