File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ All the lists in this page are either in alphabetical order or chronological ord
28
28
- [ STAPL: Standard Template Adaptive Parallel Programming Library in C++] ( https://parasol.tamu.edu/stapl/ )
29
29
- [ std::thread : The C++ Standard Thread Library] ( https://en.cppreference.com/w/cpp/thread/thread )
30
30
- [ Transwarp: A Header-only C++ Library for Task Concurrency] ( https://github.com/bloomen/transwarp )
31
- - [ RaftLib: A C++ Library for Enabling Stream and Dataflow Parallel Computation] ( https://github.com/RaftLib/RaftLib )
31
+ - [ RaftLib: A C++ Library for Enabling Stream and Dataflow Parallel Computation] ( https://github.com/RaftLib/RaftLib )
32
+ - [ HPX: A C++ Standard Library for Concurrency and Parallelism] ( https://github.com/STEllAR-GROUP/hpx )
33
+ - [ Chapel: A Programming Language for Productive Parallel Computing on Large-scale Systems] ( https://chapel-lang.org/ )
34
+ - [ Kokkos: A C++ Programming Model for Writing Performance Portable Applications on HPC platforms] ( https://github.com/kokkos/kokkos )
32
35
33
36
#### Concurrent Data Structures
34
37
You can’t perform that action at this time.
0 commit comments