{"id":19664848,"url":"https://github.com/fluxml/iarrays.jl","last_synced_at":"2025-11-21T23:02:49.424Z","repository":{"id":85754136,"uuid":"237988396","full_name":"FluxML/IArrays.jl","owner":"FluxML","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-08T15:29:00.000Z","size":2,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-27T03:50:03.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FluxML.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-02-03T14:46:03.000Z","updated_at":"2021-01-28T01:34:52.000Z","dependencies_parsed_at":"2023-04-21T11:01:37.056Z","dependency_job_id":null,"html_url":"https://github.com/FluxML/IArrays.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FluxML/IArrays.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxML%2FIArrays.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxML%2FIArrays.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxML%2FIArrays.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxML%2FIArrays.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluxML","download_url":"https://codeload.github.com/FluxML/IArrays.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxML%2FIArrays.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285704830,"owners_count":27217837,"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","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-11-11T16:19:16.608Z","updated_at":"2025-11-21T23:02:49.408Z","avatar_url":"https://github.com/FluxML.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IArrays\n\nThis is a prototype/proposal for more structured mutable array semantics in Julia,\nwhich is more easily compatible with AD and other program transformations.\n\n`IArray`s can largely be used as normal arrays, except that they are immutable.\n\n```julia\njulia\u003e xs = IArray(rand(3, 3))\n3×3 IArray{Float64,2}:\n 0.59274   0.76084   0.605007\n 0.353013  0.773034  0.325377\n 0.642339  0.237374  0.421283\n\njulia\u003e xs*xs\n3×3 Array{Float64,2}:\n 1.00855   1.18275   0.86105\n 0.691138  0.943404  0.602178\n 0.735142  0.772217  0.643335\n```\n\nLimitations:\n* Likely needs some (reasonably simple) compiler support to be remotely efficient.\n  * i.e. immutable heap-allocated buffers + escape analysis\n* No GPU support yet\n  * i.e. immutable heap-allocated GPU buffers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxml%2Fiarrays.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluxml%2Fiarrays.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxml%2Fiarrays.jl/lists"}