https://github.com/jozefg/sml-fingertree
The ugliness is worth it, the ugliness is worth it, the ugliness...
https://github.com/jozefg/sml-fingertree
Last synced: 3 months ago
JSON representation
The ugliness is worth it, the ugliness is worth it, the ugliness...
- Host: GitHub
- URL: https://github.com/jozefg/sml-fingertree
- Owner: jozefg
- Created: 2015-10-04T22:16:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T13:57:24.000Z (over 9 years ago)
- Last Synced: 2025-01-28T16:34:34.979Z (4 months ago)
- Language: Standard ML
- Size: 137 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## sml-fingertree
An implementation of efficient, persistent sequences backed by finger
trees in SML. Implementation is a little ugly due to lack of
polymorphic recursion.The eventual goal is that `FINGERTREE` is equivalent to cmlib's
`SEQUENCE` allowing one to use this seamlessly with cmlib.