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

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

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.