Distributed-Data-Structures icon indicating copy to clipboard operation
Distributed-Data-Structures copied to clipboard

[GSoC] Distributed Data Structures - Collections Framework for Chapel language

Results 5 Distributed-Data-Structures issues
Sort by recently updated
recently updated
newest added

One day, I had a need for a priority queue implementation, I thought that there would be a module like collections, and here it is, but again here is no...

This is a meta-issue to keep a TODO list of Chapel implementation bugs we found/reported: - [x] Compiling a module that uses `BigInteger`, but never gets used itself: https://github.com/LouisJenkinsCS/Distributed_Queue/issues/3#issuecomment-309301008 Issue...

An issue to keep track of API discussion Standard must-haves ------------------- - proc Queue(type eltType) - an optional size argument? - some param/const flags? - an optional "targetLocales"? - proc...

# Ideas ## Segmented Flat Array - Custom Domain Use the segmented idea from `FlatObjectPool` to allow concurrent operations during resizing. Can possibly work with distribution as well as layouts....

@e-kayrakli @mppf This is of importance to both the project and to Chapel as a whole (or so I believe). I believe that this early prototype of the Global Descriptor...