{"id":15295138,"url":"https://github.com/bluss/thread-tree","last_synced_at":"2025-04-13T15:58:04.560Z","repository":{"id":55585066,"uuid":"161393758","full_name":"bluss/thread-tree","owner":"bluss","description":"A tree-shaped thread pool used for spawning stack-bound scoped jobs with no work stealing. Derived from a little bit of rayon-core code + new thread pool on top.","archived":false,"fork":false,"pushed_at":"2021-11-14T20:17:49.000Z","size":55,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T10:06:01.674Z","etag":null,"topics":["rust","rust-lang","rust-sci","thread-pool"],"latest_commit_sha":null,"homepage":"https://docs.rs/thread-tree","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-11T21:07:20.000Z","updated_at":"2023-12-17T12:20:11.000Z","dependencies_parsed_at":"2022-08-15T03:40:39.044Z","dependency_job_id":null,"html_url":"https://github.com/bluss/thread-tree","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluss%2Fthread-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluss%2Fthread-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluss%2Fthread-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluss%2Fthread-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluss","download_url":"https://codeload.github.com/bluss/thread-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741160,"owners_count":21154252,"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":["rust","rust-lang","rust-sci","thread-pool"],"created_at":"2024-09-30T17:08:45.267Z","updated_at":"2025-04-13T15:58:04.544Z","avatar_url":"https://github.com/bluss.png","language":"Rust","readme":"## Thread tree\n\nA tree-structured thread pool. See [API documentation](https://docs.rs/thread-tree) for more information.\n\nStack jobs and job execution based on rayon-core by Niko Matsakis and Josh Stone.\n\nExperimental simple thread pool used for spawning stack-bound scoped jobs with no work stealing.\n\nThis is good for:\n\n- You want to split work recursively in jobs that use approximately the same time.\n- You want thread pool overhead to be low\n\nThis is not good for:\n\n- You need work stealing\n- When you have jobs of uneven size\n\n\n### Wild ideas and notes\n\nPossibly allow reserving a subbranch of the tree.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluss%2Fthread-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluss%2Fthread-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluss%2Fthread-tree/lists"}