Yasoob Khalid 4/24/2016

Python Sorted Collections

Read Original

This article, a guest post by Grant Jenks, explores the landscape of sorted collections in Python. It explains why Python's standard library lacks sorted data types like sorted lists and dicts, discusses the limitations of collections.OrderedDict, and introduces the author's own pure-Python solution, the SortedContainers library, as a fast and efficient alternative.

Python Sorted Collections

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet