Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pysorteddict 0.13.1
Logo
pysorteddict 0.13.1
  • Installation
  • Usage
  • Documentation
  • Performance
  • Changelog
  • Development
Back to top
View this page
Edit this page

pysorteddict¶

Enriches Python with SortedDict, a sorted dictionary: a dictionary in which the keys are always in ascending order.

pysorteddict is implemented entirely in C++. SortedDict provides a Python interface to std::map.

installation
Installation
usage
Usage
documentation
Documentation
performance
Performance
changelog
Changelog
development
Development

Next
Installation
Copyright © 2025–2026, Vishal Pankaj Chandratreya
Made with Sphinx and @pradyunsg's Furo