descriptionΒΆ

PyPI project pythonic-fp-circulararray part of the pythonic-fp namespace projects.

For a proposed version 5.3.2 release.

Package implementing stateful circular array data structures.

  • O(1) pops and pushes either end

  • O(1) indexing and size determination

  • O(1) size determination

Module

Description

pythonic_fp.circulararray.auto

Variable storage capacity circular array.

pythonic_fp.circulararray.fixed

Fixed storage capacity circular array.