{"id":28451913,"url":"https://github.com/doxakis/multithreadflow","last_synced_at":"2025-09-22T08:52:31.061Z","repository":{"id":91103157,"uuid":"93362760","full_name":"doxakis/Multithreadflow","owner":"doxakis","description":"Run multiple steps on multiple threads with uneven distribution (proof of concept)","archived":false,"fork":false,"pushed_at":"2017-06-05T04:18:56.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T03:37:36.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"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/doxakis.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,"zenodo":null}},"created_at":"2017-06-05T03:50:40.000Z","updated_at":"2017-06-05T03:54:52.000Z","dependencies_parsed_at":"2023-07-01T07:45:48.696Z","dependency_job_id":null,"html_url":"https://github.com/doxakis/Multithreadflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doxakis/Multithreadflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doxakis%2FMultithreadflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doxakis%2FMultithreadflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doxakis%2FMultithreadflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doxakis%2FMultithreadflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doxakis","download_url":"https://codeload.github.com/doxakis/Multithreadflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doxakis%2FMultithreadflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276374948,"owners_count":25631313,"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-09-22T02:00:08.972Z","response_time":79,"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":"2025-06-06T17:09:33.934Z","updated_at":"2025-09-22T08:52:31.052Z","avatar_url":"https://github.com/doxakis.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Run multiple steps on multiple threads with uneven distribution\nThis is a proof of concept.\n\n# Key points:\n- Multiple threads per step\n- Try to maximize : MaxItemsPerThread\n- There is a queue between each step.\n- When a thread is about to start a job, it will remove all the items it will use from the queue.\n- When it has finished, it can add one or many items on the next queue.\n- The data type of the object can change between steps.\n\n# Why uneven distribution\nSuppose you have access to multiple machines (via web api)\nBut, they don't have the same processor count / RAM / etc.\nYou can optimize the resources for speed.\n\n# Copyright and license\nCode released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoxakis%2Fmultithreadflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoxakis%2Fmultithreadflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoxakis%2Fmultithreadflow/lists"}