{"id":19650036,"url":"https://github.com/pmatos/racket-loci","last_synced_at":"2026-03-07T14:01:49.178Z","repository":{"id":62424201,"uuid":"151826003","full_name":"pmatos/racket-loci","owner":"pmatos","description":"Implementation of local and remote loci for Racket","archived":false,"fork":false,"pushed_at":"2021-01-08T14:22:40.000Z","size":489,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-27T01:15:46.010Z","etag":null,"topics":["parallelism","processes","racket"],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmatos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"pmatos"}},"created_at":"2018-10-06T09:46:00.000Z","updated_at":"2024-11-06T14:59:51.000Z","dependencies_parsed_at":"2022-11-01T18:01:16.288Z","dependency_job_id":null,"html_url":"https://github.com/pmatos/racket-loci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmatos/racket-loci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmatos%2Fracket-loci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmatos%2Fracket-loci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmatos%2Fracket-loci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmatos%2Fracket-loci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmatos","download_url":"https://codeload.github.com/pmatos/racket-loci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmatos%2Fracket-loci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30216492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:35:13.914Z","status":"ssl_error","status_checked_at":"2026-03-07T13:35:13.569Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["parallelism","processes","racket"],"created_at":"2024-11-11T14:56:19.408Z","updated_at":"2026-03-07T14:01:49.162Z","avatar_url":"https://github.com/pmatos.png","language":"Racket","funding_links":["https://github.com/sponsors/pmatos"],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/pmatos/racket-loci/workflows/CI/badge.svg?branch=master)](https://github.com/pmatos/racket-loci/actions)\n[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](https://pmatos.github.io/racket-loci)\n\n# racket-loci \n\nImplementation of local and remote loci for Racket.\n\n\u003e **locus** (noun)\n\u003e pl. *loci*\n\u003e \n\u003e Definition of locus \n\u003e 1. the place where something is situated or occurs\n\u003e \n\u003e from [Merriam-Webster Dictionary](https://www.merriam-webster.com/dictionary/locus)\n\nThis library implements `loci`, which resemble racket `places` but do not have the same problematic behaviour as `places` when used on many-core machines. `places` are based on OS threads, while `loci` are based on OS processes. The reason to implement `loci` is that `places` do not scale above 12 core machines due to memory allocation locking. More information can be found in the [mailing list](https://groups.google.com/d/msg/racket-users/oE72JfIKDO4/zbFI6knhAQAJ).\n\nA `locus` is a distinct racket instance running on a different process communicating via OS pipes. Hopefully there will be more documentation soon... this is still the early stages and this library **is not yet usable**. Happy to receive questions, comments, complaints and pull requests.\n\nMost of this work was inspired on the implementation of racket places from which ideas and code were copied shamelessly. Thanks to the original authors.\n\n## Future Work\n\n* Implement remote loci\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmatos%2Fracket-loci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmatos%2Fracket-loci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmatos%2Fracket-loci/lists"}