An open API service indexing awesome lists of open source software.

https://github.com/jayrbolton/py-fingertree

Fast immutable data structure in python
https://github.com/jayrbolton/py-fingertree

Last synced: 2 months ago
JSON representation

Fast immutable data structure in python

Awesome Lists containing this project

README

        

# python finger trees

Efficient immutable data structures in Python using [finger trees](https://en.wikipedia.org/wiki/Finger_tree)

> Work in progress