https://github.com/abhiroop/conc-tree
An implicitly parallel data structure
https://github.com/abhiroop/conc-tree
haskell parallel-programming
Last synced: 9 months ago
JSON representation
An implicitly parallel data structure
- Host: GitHub
- URL: https://github.com/abhiroop/conc-tree
- Owner: Abhiroop
- License: bsd-3-clause
- Created: 2018-12-22T11:54:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T12:10:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T18:46:23.583Z (11 months ago)
- Topics: haskell, parallel-programming
- Language: Haskell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# conc-tree
An *implicitly* parallel data structure. Currently exposes the list interface but is capable of expressing queues, random access lists or even map like structures (with some modifications).
This is a work in progress.