pargo

所属分类:超算/并行计算
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2020-06-12 10:12:33
上 传 者sh-1993
说明:  Go中的并行编程库,
(A library for parallel programming in Go,)

文件列表:
LICENSE (1504, 2020-06-12)
doc.go (1902, 2020-06-12)
go.mod (79, 2020-06-12)
go.sum (1873, 2020-06-12)
internal/ (0, 2020-06-12)
internal/internal.go (1107, 2020-06-12)
parallel/ (0, 2020-06-12)
parallel/example_heatdistribution_test.go (2718, 2020-06-12)
parallel/parallel.go (36559, 2020-06-12)
parallel/parallel_test.go (2633, 2020-06-12)
pipeline/ (0, 2020-06-12)
pipeline/example_wordcount_test.go (1976, 2020-06-12)
pipeline/filter.go (2731, 2020-06-12)
pipeline/filters.go (9912, 2020-06-12)
pipeline/lparnode.go (3077, 2020-06-12)
pipeline/parnode.go (1482, 2020-06-12)
pipeline/pipeline.go (14025, 2020-06-12)
pipeline/seqnode.go (3089, 2020-06-12)
pipeline/source.go (7705, 2020-06-12)
pipeline/strictordnode.go (2548, 2020-06-12)
sequential/ (0, 2020-06-12)
sequential/sequential.go (19755, 2020-06-12)
sort/ (0, 2020-06-12)
sort/example_interface_test.go (1690, 2020-06-12)
sort/mergesort.go (4450, 2020-06-12)
sort/quicksort.go (1900, 2020-06-12)
sort/sort.go (5163, 2020-06-12)
sort/sort_test.go (7122, 2020-06-12)
speculative/ (0, 2020-06-12)
speculative/speculative.go (25922, 2020-06-12)
sync/ (0, 2020-06-12)
sync/map.go (50034, 2020-06-12)

# pargo ## A library for parallel programming in Go Package pargo provides functions and data structures for expressing parallel algorithms. While Go is primarily designed for concurrent programming, it is also usable to some extent for parallel programming, and this library provides convenience functionality to turn otherwise sequential algorithms into parallel algorithms, with the goal to improve performance. Documentation: [http://godoc.org/github.com/ExaScience/pargo](http://godoc.org/github.com/ExaScience/pargo) and [http://github.com/ExaScience/pargo/wiki](http://github.com/ExaScience/pargo/wiki)

近期下载者

相关文件


收藏者