{"id":15036048,"url":"https://github.com/yuhima03/yuh.collections","last_synced_at":"2025-04-09T23:21:12.586Z","repository":{"id":219548412,"uuid":"749317636","full_name":"YuHima03/Yuh.Collections","owner":"YuHima03","description":"A .NET library that provides collection types and methods to search through a collection.","archived":false,"fork":false,"pushed_at":"2025-03-08T16:05:18.000Z","size":348,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T01:11:41.509Z","etag":null,"topics":["collections","csharp","csharp-library","deque","dotnet","dotnet-library","searching-algorithms"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Yuh.Collections","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/YuHima03.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-01-28T08:06:36.000Z","updated_at":"2025-03-08T16:04:50.000Z","dependencies_parsed_at":"2024-03-20T19:39:25.283Z","dependency_job_id":"c771bb0b-f3ee-469a-a469-26b0a08846f7","html_url":"https://github.com/YuHima03/Yuh.Collections","commit_stats":null,"previous_names":["yuhima03/yuh.collections"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuHima03%2FYuh.Collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuHima03%2FYuh.Collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuHima03%2FYuh.Collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuHima03%2FYuh.Collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuHima03","download_url":"https://codeload.github.com/YuHima03/Yuh.Collections/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248126363,"owners_count":21051910,"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":["collections","csharp","csharp-library","deque","dotnet","dotnet-library","searching-algorithms"],"created_at":"2024-09-24T20:29:59.635Z","updated_at":"2025-04-09T23:21:12.567Z","avatar_url":"https://github.com/YuHima03.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yuh.Collections\n\n## Overview\n\nThis library provides collection types including deque, and also provides methods to search through a collection.\n\n## Features\n\n### Advanced Collection Types\n\n#### Deque\n\nDeque (double-ended-queue) supports addition or removal of elements at the front or back of collection in constant time.\nIn other words, deque has features of both stack and queue.\n\n#### Collection Builder\n\nCollection-builder is literally used to build collections such as array, list, string and so on.\nExtension methods for `IEnumerable\u003cT\u003e` perform little better than the collection-builder in this library, but the collection-builder supports merging `IEnumerable\u003cT\u003e`s like `StringBuilder` class.\n\n### Aggressive Use of Span\u0026lt;T\u0026gt;\n\nWe actively use Span\u0026lt;T\u0026gt; or ReadOnlySpan\u0026lt;T\u0026gt; as a argument of methods or in internal implementations.\nThis enables functions to run faster and save memory.\n\nWe also provide collection types that can be converted to Span\u0026lt;T\u0026gt; or ReadOnlySpan\u0026lt;T\u0026gt;.\n\n## How to Install\n\nTo install this library into your projects, please visit [here](https://www.nuget.org/packages/Yuh.Collections) (NuGet) and install the NuGet package in the way you like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhima03%2Fyuh.collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuhima03%2Fyuh.collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuhima03%2Fyuh.collections/lists"}