{"id":30178354,"url":"https://github.com/gregyjames/awesome-performance-dotnet","last_synced_at":"2025-08-12T05:20:36.650Z","repository":{"id":213046557,"uuid":"622694826","full_name":"gregyjames/awesome-performance-dotnet","owner":"gregyjames","description":"A Collection Of Resources for Reducing C# Memory Usage","archived":false,"fork":false,"pushed_at":"2025-08-09T00:42:08.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-09T02:34:34.199Z","etag":null,"topics":["awesome","awesome-list","awesome-lists","csharp","dotnet","libraries","memory","performance","resources"],"latest_commit_sha":null,"homepage":"","language":null,"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/gregyjames.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":"2023-04-02T21:11:08.000Z","updated_at":"2025-08-09T00:42:11.000Z","dependencies_parsed_at":"2023-12-18T05:57:56.087Z","dependency_job_id":"1448e873-a8c9-4bd2-9768-e365639861cb","html_url":"https://github.com/gregyjames/awesome-performance-dotnet","commit_stats":null,"previous_names":["gregyjames/lowmemorycsharp","gregyjames/awesome-performance-dotnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregyjames/awesome-performance-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2Fawesome-performance-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2Fawesome-performance-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2Fawesome-performance-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2Fawesome-performance-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregyjames","download_url":"https://codeload.github.com/gregyjames/awesome-performance-dotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2Fawesome-performance-dotnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270005591,"owners_count":24510939,"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-08-12T02:00:09.011Z","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":["awesome","awesome-list","awesome-lists","csharp","dotnet","libraries","memory","performance","resources"],"created_at":"2025-08-12T05:20:35.421Z","updated_at":"2025-08-12T05:20:36.597Z","avatar_url":"https://github.com/gregyjames.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awesome Performance Dotnet!\n[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n![.Net](https://img.shields.io/badge/.NET-5C2D91?style=flat\u0026logo=.net\u0026logoColor=white)\n![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=flat\u0026logo=csharp\u0026logoColor=white)\n\nA opionated collection of libraries and resources for reducing C# memory usage and maximizing performance.\n\nInspired by [awesome-dotnet](https://github.com/quozd/awesome-dotnet), [awesome-python](https://github.com/vinta/awesome-python) and [awesome-go](https://github.com/avelino/awesome-go).\n\nThanks to all [contributors](https://github.com/gregyjames/awesome-performance-dotnet/graphs/contributors)!\n - Collections\n \t - [PooledCollections](https://github.com/jtmueller/Collections.Pooled): Collections library that uses `System.Span\u003cT\u003e` and `System.Buffers.ArrayPool\u003cT\u003e` libraries to minimize memory allocations.\n - FFI\n \t - [csbindgen](https://github.com/Cysharp/csbindgen): Generate C# FFI from Rust.\n - Messaging\n \t - [ZeroMQ](https://github.com/zeromq/netmq): NetMQ is a 100% native C# port of the lightweight messaging library ZeroMQ.\n - Object to object mapping\n \t - [TinyMapper](https://github.com/TinyMapper/TinyMapper): A quick object mapper for .Net\n - Serialization\n \t - [MemoryPack](https://github.com/Cysharp/MemoryPack): Zero encoding extreme performance binary serializer for C# and Unity.\n     - [Sep](https://github.com/nietras/Sep/): Modern, minimal, fast, zero allocation, library for reading and writing CSVs.\n - Strings\n\t - [ZString](https://github.com/Cysharp/ZString): Zero Allocation StringBuilder\n  \t - [csFastFloat](https://github.com/CarlVerret/csFastFloat): FastFloat C# port\n - Tasks\n\t - [PooledAwait](https://github.com/mgravell/PooledAwait): Low allocation async/await for C#/.NET\n     - [UniTask](https://github.com/Cysharp/UniTask): An efficient allocation free async/await integration for Unity. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregyjames%2Fawesome-performance-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregyjames%2Fawesome-performance-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregyjames%2Fawesome-performance-dotnet/lists"}