issues
search
ocaml-multicore
/
domainslib
Parallel Programming over Domains
ISC License
171
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Prominently document that `Mutex`, `Condition`, ... might not behave as expected with Domainslib
#127
michael-schwarz
opened
6 months ago
1
Chan.recv seems to remove domain from pool
#126
nikolaushuber
opened
6 months ago
1
Implement iterators that mirror Stdlib.Array
#125
DarioHett
opened
8 months ago
0
Update README.md
#124
DarioHett
opened
8 months ago
1
Update README.md instruction to use OCaml 5.1.0
#123
punchagan
closed
8 months ago
0
Question About Inconsistent Behavior in Parallel BFS Implementation Using Domainslib Task Pool
#122
tjazerzen
closed
10 months ago
1
Fix Saturn.Queue function
#121
Sudha247
closed
11 months ago
1
Array iters
#120
AbhashPL
opened
1 year ago
0
Implement iterators that mirror Stdlib.Array
#119
kayceesrk
opened
1 year ago
0
Make parallel_scan work on noncommutative functions
#118
aytao
closed
1 year ago
0
Question: Does a parallel map function exist in Domainslib?
#117
tjazerzen
opened
1 year ago
2
bug in parallel_scan ?
#116
ghennequin
closed
1 year ago
1
"Assert_failure lib/multi_channel.ml:70:2"
#115
SGrondin
opened
1 year ago
0
main domain blocking with Unix.sleep only called inside tasks
#114
hyphenrf
opened
1 year ago
1
Test condition tweaks
#113
jmid
closed
1 year ago
4
Adjust PBTs based on recommended_domain_count
#112
jmid
closed
1 year ago
17
Prepare release
#111
Sudha247
closed
1 year ago
0
Windows run on GitHub Actions
#110
Sudha247
closed
1 year ago
1
Adopt OCaml Code of Conduct
#109
Sudha247
closed
1 year ago
1
Starved workers are busy hunting for a job
#108
art-w
opened
1 year ago
1
Add domain local await support
#107
polytypic
closed
1 year ago
0
[ignore] not intended for this repo.
#106
kiranandcode
closed
1 year ago
0
Dune, opam, and GitHub Actions fixes
#105
MisterDA
closed
1 year ago
2
[wish] function to construct a promise that is already fulfilled
#104
mbacarella
opened
1 year ago
0
Fix a benign data-race in Chan reported by ocaml-tsan
#103
art-w
closed
1 year ago
1
fibonacci example
#102
sanette
opened
1 year ago
1
Task: avoid double handler installation
#101
gasche
closed
1 year ago
0
Add property based tests from multicoretests
#100
jmid
closed
1 year ago
1
Improve docs presentation
#99
metanivek
closed
1 year ago
1
Add settable promise
#98
art-w
closed
1 year ago
1
Add Task.yield and usage example
#97
art-w
opened
1 year ago
0
Small optim to work stealing
#96
art-w
closed
1 year ago
1
sequential (OCaml 4) implementation of Task
#95
gasche
opened
1 year ago
2
Why is `Task.async`'s callback a thunk only?
#94
hyphenrf
opened
1 year ago
0
CI: update compiler version to `5.0.0~beta1`
#93
Sudha247
closed
2 years ago
0
sketch proposal / brainstorming for the Domainslib API
#92
gasche
opened
2 years ago
11
Make `~num_domains` in `Task.setup_pool` optional
#91
dra27
opened
2 years ago
5
parallel_find : ... -> (unit -> 'a option) -> 'a option
#90
gasche
closed
1 year ago
4
support enough primitives to implement exists and for_all in parallel
#89
craff
closed
1 year ago
2
Unhandled exception in parallel_for
#88
artempyanykh
closed
2 years ago
2
Make `num_domains` argument to `Task.setup_pool` optional
#87
dra27
opened
2 years ago
1
Prepare release
#86
Sudha247
closed
2 years ago
0
README.md still refers to `num_additional_domains`
#83
kayceesrk
closed
2 years ago
1
Explain what will happen with an empty pool
#82
favonia
closed
2 years ago
1
Document that non-commutative operators are okay
#81
favonia
closed
2 years ago
1
Use `invalid_arg`
#80
favonia
closed
2 years ago
1
Why should the binary operator for parallel_for_reduce/scan be commutative?
#79
favonia
closed
2 years ago
0
Rename `num_additional_domains` to `num_domains` for `setup_pool`
#78
favonia
closed
2 years ago
0
Do new pools "own" the current domain?
#77
favonia
opened
2 years ago
30
Run `5.0.0~alpha0` in the CI
#76
Sudha247
closed
2 years ago
0
Next