GitHub - embg/python-fast-listsort: This patch improves the performance of Python's list.sort() by more than 40% by optimizing dynamic dispatch. (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

python-fast-listsort

Pull request (merged in Python 3.7): python/cpython#582

To run the benchmark script:

git clone https://github.com/embg/python-fast-listsort.git
python3 setup.py install
python3 benchmark.py

About

This patch improves the performance of Python's list.sort() by more than 40% by optimizing dynamic dispatch.

Resources

Readme

Activity

Stars

1 star

Watchers

1 watching

Forks

0 forks