{"id":13601224,"url":"https://github.com/microsoft/FASTER","last_synced_at":"2025-04-11T03:32:35.601Z","repository":{"id":37270484,"uuid":"143253020","full_name":"microsoft/FASTER","owner":"microsoft","description":"Fast persistent recoverable log and key-value store + cache, in C# and C++.","archived":false,"fork":false,"pushed_at":"2025-02-17T20:48:17.000Z","size":9927,"stargazers_count":6402,"open_issues_count":29,"forks_count":574,"subscribers_count":181,"default_branch":"main","last_synced_at":"2025-04-08T21:01:38.139Z","etag":null,"topics":["concurrent","hash-table","indexing","key-value-store","library","logging","multi-threaded","persistent","recoverable"],"latest_commit_sha":null,"homepage":"https://aka.ms/FASTER","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/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-02T06:38:41.000Z","updated_at":"2025-04-08T12:27:39.000Z","dependencies_parsed_at":"2023-09-21T22:59:16.397Z","dependency_job_id":"fc7b3850-b370-4fce-8d85-8797bd5f662c","html_url":"https://github.com/microsoft/FASTER","commit_stats":{"total_commits":841,"total_committers":74,"mean_commits":"11.364864864864865","dds":"0.31747919143876335","last_synced_commit":"e25782f602fca13b9d6dd812dfdc7facab52f0bd"},"previous_names":[],"tags_count":119,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FFASTER","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FFASTER/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FFASTER/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FFASTER/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/FASTER/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248335580,"owners_count":21086622,"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":["concurrent","hash-table","indexing","key-value-store","library","logging","multi-threaded","persistent","recoverable"],"created_at":"2024-08-01T18:00:58.872Z","updated_at":"2025-04-11T03:32:35.579Z","avatar_url":"https://github.com/microsoft.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/microsoft/FASTER/main/docs/assets/images/faster-logo.png\" alt=\"FASTER logo\" width=\"600px\" /\u003e\n\u003c/p\u003e\n  \n[![NuGet](https://img.shields.io/nuget/v/Microsoft.FASTER.Core.svg)](https://www.nuget.org/packages/Microsoft.FASTER.Core/)\n[![Build Status](https://dev.azure.com/ms/FASTER/_apis/build/status/Microsoft.FASTER?branchName=main)](https://dev.azure.com/ms/FASTER/_build/latest?definitionId=8\u0026branchName=main)\n[![Gitter](https://badges.gitter.im/Microsoft/FASTER.svg)](https://gitter.im/Microsoft/FASTER?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n# Introduction\n\nManaging large application state easily, resiliently, and with high performance is one of the hardest\nproblems in the cloud today. The FASTER project offers two artifacts to help tackle this problem.\n\n* **FASTER Log** is a high-performance concurrent persistent recoverable log, iterator, and random \nreader library in C#. It supports very frequent commit operations at low latency, and can quickly saturate \ndisk bandwidth. It supports both sync and async interfaces, handles disk errors, and supports checksums.\n\n* **FASTER KV** is a concurrent key-value store + cache (available in C# and C++) that is designed for point \nlookups and heavy updates. FASTER supports data larger than memory, by leveraging fast external \nstorage (local or cloud). It also supports consistent recovery using a fast non-blocking checkpointing technique \nthat lets applications trade-off performance for commit latency.\n\nBoth FASTER KV and FASTER Log offer orders-of-magnitude higher performance than comparable solutions, on standard\nworkloads. Start learning about FASTER, its unique capabilities, and how to get started at our official website:\n\n[aka.ms/FASTER](https://aka.ms/FASTER)\n\n# Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","funding_links":[],"categories":["DataBase","C# #","C#","🗒️ Cheatsheets","C\\#","C++","后端开发框架及项目"],"sub_categories":["📦 Libraries","后端项目_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2FFASTER","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2FFASTER","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2FFASTER/lists"}