Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pysorteddict 0.11.0
Logo
pysorteddict 0.11.0
  • Installation
  • Usage
  • Documentation
  • Performance
  • Changelog
  • Repository
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
  • Usage
  • Documentation
  • Performance
  • Changelog
  • Repository
Next
Installation
Copyright © 2025, Vishal Pankaj Chandratreya
Made with Sphinx and @pradyunsg's Furo