Skip to content

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

Notifications You must be signed in to change notification settings

embg/python-fast-listsort

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published