{"id":15643128,"url":"https://github.com/aelij/spanify","last_synced_at":"2025-04-13T05:13:31.812Z","repository":{"id":173002012,"uuid":"647601855","full_name":"aelij/spanify","owner":"aelij","description":"Span-ify your code: write high performance memory aware C#","archived":false,"fork":false,"pushed_at":"2025-03-24T12:19:36.000Z","size":71,"stargazers_count":70,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-24T13:28:19.481Z","etag":null,"topics":["best-practices","csharp","dotnet","performance"],"latest_commit_sha":null,"homepage":"","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/aelij.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}},"created_at":"2023-05-31T06:14:23.000Z","updated_at":"2025-03-24T12:19:40.000Z","dependencies_parsed_at":"2023-11-21T14:46:39.037Z","dependency_job_id":"8051a716-437f-4ca4-a1d3-2f9288c3c3ad","html_url":"https://github.com/aelij/spanify","commit_stats":null,"previous_names":["aelij/spanify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelij%2Fspanify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelij%2Fspanify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelij%2Fspanify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aelij%2Fspanify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aelij","download_url":"https://codeload.github.com/aelij/spanify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665746,"owners_count":21142123,"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":["best-practices","csharp","dotnet","performance"],"created_at":"2024-10-03T11:59:07.420Z","updated_at":"2025-04-13T05:13:31.791Z","avatar_url":"https://github.com/aelij.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `Span`-ify your code\n\n.NET has introduced low(er)-level memory management APIs over the years that can dramatically reduce the number of allocations and improve performance, and first among them is `Span\u003cT\u003e`.\n\nThis repo demonstrates common usage patterns for some of those APIs.\n\n\u003e [!IMPORTANT]\n\u003e Always [benchmark](https://github.com/dotnet/BenchmarkDotNet) and test the code for correctness, especially when using low-level/unsafe APIs.\n\n\n## Table of contents\n\n### [Basics](docs/basics.md)\nIntroduction to APIs and stack allocation\n### [Strings](docs/strings.md)\nCreating and manipulating strings\n### [Parsing and formatting](docs/parsing-formatting.md)\nParsing and formatting values, by way of writing `JsonConverter`s\n### [Buffers](docs/buffers.md)\nWriting to buffers and streams\n### [Collections](docs/collections.md)\nOptimize access to collections\n### [Console](docs/console.md)\nWriting to the `Console` using UTF-8\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelij%2Fspanify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelij%2Fspanify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelij%2Fspanify/lists"}