Pythonic FP - Circular Array¶
PyPI project pythonic.circular-array implements a full featured, generic, stateful circular array data structure.
O(1) amortized pushes and pops either end
O(1) indexing
Auto-resizing larger when necessary, can be manually compacted if desired
Iterable, can safely be mutated while iterators continue iterating over previous state
Fully supports slicing
Part of of the pythonic-fp namespace projects.
Documentation¶
- Installation
Installing and importing the module.
- PyPI release docs
PyPI release documentation.
Development¶
- Current Development API
Development environment API documentation.
- CHANGELOG
For the current and predecessor projects.