{"id":17008703,"url":"https://github.com/i-e-b/csharpcontainers","last_synced_at":"2026-01-21T09:02:06.186Z","repository":{"id":139824867,"uuid":"117959174","full_name":"i-e-b/CsharpContainers","owner":"i-e-b","description":"Some containers and base classes for general C# development","archived":false,"fork":false,"pushed_at":"2024-10-14T09:07:30.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T11:23:31.244Z","etag":null,"topics":["production-ready","working"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/i-e-b.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":"2018-01-18T09:09:27.000Z","updated_at":"2024-10-14T09:07:34.000Z","dependencies_parsed_at":"2024-11-28T22:40:55.960Z","dependency_job_id":"e933f8f3-715f-4211-9d42-2e4801a15689","html_url":"https://github.com/i-e-b/CsharpContainers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FCsharpContainers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FCsharpContainers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FCsharpContainers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FCsharpContainers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i-e-b","download_url":"https://codeload.github.com/i-e-b/CsharpContainers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249759960,"owners_count":21321820,"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":["production-ready","working"],"created_at":"2024-10-14T05:29:02.417Z","updated_at":"2026-01-21T09:02:06.171Z","avatar_url":"https://github.com/i-e-b.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CsharpContainers\n\nSome containers and base classes for general C# development\n\n## General Containers\n\n* `Result` is a container for passing the value of computations that might fail (such as calls to IO or external services).\n* `PartialResult` is a container for passing the value of computations that might fail for multiple reasons or return partially complete results.\n* `ValidationOutcome` is a container for passing the value of checks that might fail in an informative way.\n* `DisposingContainer` is a disposable list, which calls `Dispose` on contained items when they are removed, replaced, or the list itself is disposed.\n\nBoth `Result` and `ValidationOutcome` can be treated as booleans or their contained types to keep code clean.\n\n## Dictionaries\n\n* `Map` is a dictionary wrapper that can generate entries when requested. This helps when working with loosely structured data.\n* `MultiMap` is a multi-thread safe dictionary of key =\u003e List(value).\n* `AgeDictionary` is a thread-safe dictionary that has a maximum age for elements, mainly for caching.\n\n## Queues and Buffers\n\n* `Dequeue` is a generic, auto-sizing, double-ended queue, and attempts to be compatible with JavaScript array semantics.\n* `CircularBuffer` is a high performance fixed-size circular buffer, which discards old items when over capacity.\n* `BiPartiteQueue` is a fixed-size circular buffer that gives byte-array access, and keeps each item in a contiguous range.\n\n## General Types\n\n* `PartiallyOrdered` is an Abstract class that handles sorting support, equality and inequality overrides from a single comparison method.\n* `Nothing` - Represents an empty type in containers. All nothings are created equal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-e-b%2Fcsharpcontainers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi-e-b%2Fcsharpcontainers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-e-b%2Fcsharpcontainers/lists"}