{"id":26169010,"url":"https://github.com/liten-rs/liten","last_synced_at":"2025-09-09T21:33:02.453Z","repository":{"id":275874642,"uuid":"927319719","full_name":"liten-rs/liten","owner":"liten-rs","description":"An alternative rust async runtime.","archived":false,"fork":false,"pushed_at":"2025-08-17T01:32:32.000Z","size":490,"stargazers_count":47,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T03:24:56.870Z","etag":null,"topics":["async","rust"],"latest_commit_sha":null,"homepage":"https://v-thomas.com/logs/making-a-multithreaded-rust-async-runtime","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/liten-rs.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":"2025-02-04T19:03:19.000Z","updated_at":"2025-08-17T01:32:35.000Z","dependencies_parsed_at":"2025-03-27T01:23:16.176Z","dependency_job_id":"8d13e66d-eccb-45d6-973c-c3fa68521ec9","html_url":"https://github.com/liten-rs/liten","commit_stats":null,"previous_names":["vincent-thomas/liten","liten-rs/liten"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liten-rs/liten","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liten-rs%2Fliten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liten-rs%2Fliten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liten-rs%2Fliten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liten-rs%2Fliten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liten-rs","download_url":"https://codeload.github.com/liten-rs/liten/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liten-rs%2Fliten/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274366343,"owners_count":25272293,"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-09T02:00:10.223Z","response_time":80,"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":["async","rust"],"created_at":"2025-03-11T18:59:00.319Z","updated_at":"2025-09-09T21:33:02.406Z","avatar_url":"https://github.com/liten-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Liten\n\nAn async runtime for Rust, designed to be performant, minimal and simple.\n\n# Motivation\n\nI wanted to see how an async runtime worked in rust, so i created my own. I wanted to build this with these criteria:\n\n* Minimal Overhead – Focused on performance and low-latency execution.\n* No Unnecessary Dependencies – Lightweight and focused design.\n* Efficient - Making the most use of the users/servers CPUs.\n\n# Technicals\n\n* Mutlithreaded: Built on the [N:M](https://en.wikipedia.org/wiki/Thread_(computing)#M:N_(hybrid_threading)) threading model.\n* Work stealing scheduler: Making the most use of the CPUs.\n* Networking ready: [TcpListener](https://docs.rs/liten/latest/liten/net/struct.TcpListener.html)/[UdpSocket](https://docs.rs/liten/latest/liten/net/struct.UdpSocket.html) builtin.\n* Efficient IO handling: liten is using the widely used [mio](https://docs.rs/mio) library for its IO event loop.\n\n# LICENSE\n\nThe project is licensed under the [MIT License](https://opensource.org/license/mit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliten-rs%2Fliten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliten-rs%2Fliten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliten-rs%2Fliten/lists"}