advanced-collections

Extends the builtin collections with advanced collections, including database sized lists, better queues, and more.


Keywords
data, structures, databases, queues
License
MIT
Install
pip install advanced-collections==1.0.0

Documentation

more-collections

Extends the builtin collections with more useful containers, including fast resizing lists, sorted containers, better queues, and more. Written in Python 3, this library also includes annotations/type-hints to make usage with an IDE easier and abstract base classes for easily creating custom implementations.