{"id":16298069,"url":"https://github.com/iver56/cython-region-growing","last_synced_at":"2026-04-25T12:36:50.065Z","repository":{"id":72954190,"uuid":"191179733","full_name":"iver56/cython-region-growing","owner":"iver56","description":"A quick experiment: Region growing (AKA flood fill) algorithm implemented in Cython and Python","archived":false,"fork":false,"pushed_at":"2019-06-10T18:44:39.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-16T06:38:35.542Z","etag":null,"topics":["benchmark","cython","flood-fill","numpy","python","region-growing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iver56.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-10T14:05:20.000Z","updated_at":"2020-07-30T16:05:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7ce3ebd-426f-45b1-b6b5-dc15afe07fb8","html_url":"https://github.com/iver56/cython-region-growing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iver56/cython-region-growing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iver56%2Fcython-region-growing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iver56%2Fcython-region-growing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iver56%2Fcython-region-growing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iver56%2Fcython-region-growing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iver56","download_url":"https://codeload.github.com/iver56/cython-region-growing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iver56%2Fcython-region-growing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["benchmark","cython","flood-fill","numpy","python","region-growing"],"created_at":"2024-10-10T20:43:29.034Z","updated_at":"2026-04-25T12:36:50.043Z","avatar_url":"https://github.com/iver56.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Region growing algorithm implemented in Cython\n\nSet up Cython and a C++ compiler and install the dependencies specified in `requirements.txt`.\n\nThen run `python run_region_growing.py` to test the two region growing algorithms, one implemented in Python and the other in Cython.\n\nBoth execution time measurements and correctness checks are in place.\n\nOn my machine, the Cython variant is one magnitude faster:\n\n* Python: 540 ms\n* Cython: 31 ms\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiver56%2Fcython-region-growing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiver56%2Fcython-region-growing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiver56%2Fcython-region-growing/lists"}