{"id":27918763,"url":"https://github.com/juliaparallel/distributedarrays.jl","last_synced_at":"2025-05-15T21:04:23.779Z","repository":{"id":47716406,"uuid":"31350594","full_name":"JuliaParallel/DistributedArrays.jl","owner":"JuliaParallel","description":"Distributed Arrays in Julia","archived":false,"fork":false,"pushed_at":"2025-02-10T10:04:55.000Z","size":991,"stargazers_count":199,"open_issues_count":41,"forks_count":35,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-06T18:50:18.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaParallel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://numfocus.salsalabs.org/donate-to-julia/index.html"}},"created_at":"2015-02-26T04:30:03.000Z","updated_at":"2025-04-30T18:34:05.000Z","dependencies_parsed_at":"2024-06-18T15:22:28.516Z","dependency_job_id":"d4364766-2f42-4b5e-85f2-bcad61bddc98","html_url":"https://github.com/JuliaParallel/DistributedArrays.jl","commit_stats":{"total_commits":284,"total_committers":31,"mean_commits":9.161290322580646,"dds":0.7676056338028169,"last_synced_commit":"0451d0050c95e27d8da9a895f7cd44c49292c71a"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaParallel%2FDistributedArrays.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaParallel%2FDistributedArrays.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaParallel%2FDistributedArrays.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaParallel%2FDistributedArrays.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaParallel","download_url":"https://codeload.github.com/JuliaParallel/DistributedArrays.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254422755,"owners_count":22068678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-06T18:25:22.145Z","updated_at":"2025-05-15T21:04:23.755Z","avatar_url":"https://github.com/JuliaParallel.png","language":"Julia","funding_links":["https://numfocus.salsalabs.org/donate-to-julia/index.html"],"categories":[],"sub_categories":[],"readme":"# DistributedArrays\n\n*Distributed arrays for Julia.*\n\n| **Documentation**                                                         | **Build Status**                                              |\n|:-------------------------------------------------------------------------:|:-------------------------------------------------------------:|\n| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] |\n\n## Introduction\n\n`DistributedArrays.jl` uses the stdlib [`Distributed`][distributed-docs] to implement a *Global Array* interface.\nA `DArray` is distributed across a set of workers. Each worker can read and write from its local portion of the array and each worker has read-only access to the portions of the array held by other workers.\n\n## Installation\n\nThe package can be installed with the Julia package manager.\nFrom the Julia REPL, type `]` to enter the Pkg REPL mode and run:\n\n```\npkg\u003e add DistributedArrays\n```\n\nOr, equivalently, via the `Pkg` API:\n\n```julia\njulia\u003e import Pkg; Pkg.add(\"DistributedArrays\")\n```\n\n## Documentation\n\n- [**STABLE**][docs-stable-url] \u0026mdash; **documentation of the most recently tagged version.**\n- [**DEVEL**][docs-dev-url] \u0026mdash; *documentation of the in-development version.*\n\n## Project Status\n\nThe package is tested against Julia `0.7`, `1.0` and the nightly builds of the Julia `master` branch on Linux, and macOS.\n\n## Questions and Contributions\n\nUsage questions can be posted on the [Julia Discourse forum][discourse-tag-url] under the `Parallel/Distributed` category, in the #parallel channel of the [Julia Slack](https://julialang.org/community/).\n\nContributions are very welcome, as are feature requests and suggestions. Please open an [issue][issues-url] if you encounter any problems. In particular additions to documentation are encouraged!\n\n[contrib-url]: https://juliadocs.github.io/Documenter.jl/latest/man/contributing/\n[discourse-tag-url]: https://discourse.julialang.org/c/domain/parallel\n\n[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg\n[docs-dev-url]: https://juliaparallel.github.io/DistributedArrays.jl/dev\n\n[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg\n[docs-stable-url]: https://juliaparallel.github.io/DistributedArrays.jl/stable\n\n[travis-img]: https://travis-ci.org/JuliaParallel/DistributedArrays.jl.svg?branch=master\n[travis-url]: https://travis-ci.org/JuliaParallel/DistributedArrays.jl\n\n[codecov-img]: https://codecov.io/gh/JuliaParallel/DistributedArrays.jl/branch/master/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/JuliaParallel/DistributedArrays.jl\n\n[issues-url]: https://github.com/JuliaParallel/DistributedArrays.jl/issues\n[distributed-docs]: https://docs.julialang.org/en/v1/manual/parallel-computing/#Multi-Core-or-Distributed-Processing-1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaparallel%2Fdistributedarrays.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaparallel%2Fdistributedarrays.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaparallel%2Fdistributedarrays.jl/lists"}