{"id":22007385,"url":"https://github.com/elite-sheep/lft-rust","last_synced_at":"2025-10-31T03:33:51.464Z","repository":{"id":38424587,"uuid":"488247753","full_name":"elite-sheep/lft-rust","owner":"elite-sheep","description":"A lock-free thread pool implemented in Rust","archived":false,"fork":false,"pushed_at":"2022-06-04T00:23:52.000Z","size":22131,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T00:41:14.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/elite-sheep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-03T14:42:26.000Z","updated_at":"2022-10-06T17:15:15.000Z","dependencies_parsed_at":"2022-08-18T07:21:19.893Z","dependency_job_id":null,"html_url":"https://github.com/elite-sheep/lft-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elite-sheep%2Flft-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elite-sheep%2Flft-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elite-sheep%2Flft-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elite-sheep%2Flft-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elite-sheep","download_url":"https://codeload.github.com/elite-sheep/lft-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252591079,"owners_count":21773020,"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":[],"created_at":"2024-11-30T01:25:39.602Z","updated_at":"2025-10-31T03:33:46.440Z","avatar_url":"https://github.com/elite-sheep.png","language":"Rust","readme":"# LFT-Rust\n\nA lock-free threadpool implementation in Rust. Research oriented. We developed an interesting \nidea to mitigate the performance drop introduced by the use of locks in Rust. For details, please\nrefer to our [technical reports](https://drive.google.com/file/d/1f8S21PyhDJ5uu-Xr90JMmNEbrJBWHpZh/view?usp=sharing).\n\n## Build\n\nThis project is built upon `Rust 1.57.0`. To build this project, please run the following\ncommand:  \n```\ncargo build\n```\n\nTo build a release version of this project, please run:  \n```\ncargo build --release\n```\n\nWe also provide some examples for better using this project, to run an example:\n```\nRUST_LOG=trace cargo run --example hello_world\n```\n\n## Roadmap\n\nI plan to implement the following features:  \n\n- [ ] Move common objects to a shared mod\n- [ ] Better scheduling algorithms: Round-robin, weighted Round-robin.  \n- [ ] Multi-lane threadpool\n- [ ] Load rebalancing\n- [ ] Function binding: https://en.cppreference.com/w/cpp/utility/functional/bind\n- [ ] Lock-free channel\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felite-sheep%2Flft-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felite-sheep%2Flft-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felite-sheep%2Flft-rust/lists"}