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)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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.