{"id":19958547,"url":"https://github.com/badeend/valuecollections","last_synced_at":"2026-02-06T19:31:57.195Z","repository":{"id":227685226,"uuid":"772140824","full_name":"badeend/ValueCollections","owner":"badeend","description":"Low overhead immutable collection types with structural equality.","archived":false,"fork":false,"pushed_at":"2025-01-05T14:35:28.000Z","size":1081,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T09:54:04.237Z","etag":null,"topics":["csharp","domain-driven-design","immutable","json","value-object"],"latest_commit_sha":null,"homepage":"https://badeend.github.io/ValueCollections/","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/badeend.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"badeend"}},"created_at":"2024-03-14T16:00:38.000Z","updated_at":"2025-01-05T14:32:55.000Z","dependencies_parsed_at":"2024-03-14T17:51:21.500Z","dependency_job_id":"69e65329-cbb8-4605-8240-9cb91caf9074","html_url":"https://github.com/badeend/ValueCollections","commit_stats":null,"previous_names":["badeend/valuecollections"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/badeend/ValueCollections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badeend%2FValueCollections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badeend%2FValueCollections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badeend%2FValueCollections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badeend%2FValueCollections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badeend","download_url":"https://codeload.github.com/badeend/ValueCollections/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badeend%2FValueCollections/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29174116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T19:28:14.811Z","status":"ssl_error","status_checked_at":"2026-02-06T19:28:13.420Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","domain-driven-design","immutable","json","value-object"],"created_at":"2024-11-13T01:43:34.594Z","updated_at":"2026-02-06T19:31:57.163Z","avatar_url":"https://github.com/badeend.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/images/logo.png\" alt=\"ValueCollections\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cem\u003eZero-overhead immutable collection types with structural equality.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.nuget.org/packages/Badeend.ValueCollections\"\u003e\u003cimg src=\"https://img.shields.io/nuget/v/Badeend.ValueCollections\" alt=\"Nuget\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nZero-overhead collection types with:\n\n- **Immutability**: Once constructed, the collections cannot be changed anymore. Efficient construction can be done using so called Builders.\n- **Value equality**: Two collections are considered \"equal\" when they have the same type and the same content.\n\nThe combination of these two properties neatly complement C# `record` types and streamline the implementation of Value Objects (DDD).\n\nIn general, the performance and memory usage is equivalent to the regular `System.Collections.Generic` types. Converting a Builder to an immutable instance is an `O(1)` operation.\n\nMore information at: https://badeend.github.io/ValueCollections/\n\n---\n\n### Shameless self-promotion\n\nMay I interest you in one of my other packages?\n\n- **[Badeend.ValueCollections](https://badeend.github.io/ValueCollections/)**: _Low overhead immutable collection types with structural equality._\n- **[Badeend.EnumClass](https://badeend.github.io/EnumClass/)**: _Discriminated unions for C# with exhaustiveness checking._\n- **[Badeend.Result](https://badeend.github.io/Result/)**: _For failures that are not exceptional: `Result\u003cT,E\u003e` for C#._\n- **[Badeend.Any](https://badeend.github.io/Any/)**: _Holds any value of any type, without boxing small structs (up to 8 bytes)._\n- **[Badeend.Nothing](https://github.com/badeend/Nothing)**: _If you want to use `void` as a type parameter, but C# won't let you._","funding_links":["https://github.com/sponsors/badeend"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadeend%2Fvaluecollections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadeend%2Fvaluecollections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadeend%2Fvaluecollections/lists"}