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
- Host: GitHub
- URL: https://github.com/jayrbolton/py-fingertree
- Owner: jayrbolton
- Created: 2018-10-21T00:15:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T00:15:47.000Z (over 6 years ago)
- Last Synced: 2025-01-04T23:41:25.036Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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