{"id":24288150,"url":"https://github.com/masbicudo/data-structures-net","last_synced_at":"2025-09-25T11:30:43.452Z","repository":{"id":17560018,"uuid":"20363327","full_name":"masbicudo/data-structures-net","owner":"masbicudo","description":"Data structures that I use in my .Net projects.","archived":false,"fork":false,"pushed_at":"2015-02-19T05:00:22.000Z","size":588,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T10:10:59.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/masbicudo.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}},"created_at":"2014-05-31T19:22:29.000Z","updated_at":"2015-02-19T05:00:23.000Z","dependencies_parsed_at":"2022-08-28T02:51:11.618Z","dependency_job_id":null,"html_url":"https://github.com/masbicudo/data-structures-net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masbicudo/data-structures-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2Fdata-structures-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2Fdata-structures-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2Fdata-structures-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2Fdata-structures-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masbicudo","download_url":"https://codeload.github.com/masbicudo/data-structures-net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2Fdata-structures-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276907863,"owners_count":25726148,"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-09-25T02:00:09.612Z","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":[],"created_at":"2025-01-16T09:53:40.003Z","updated_at":"2025-09-25T11:30:43.155Z","avatar_url":"https://github.com/masbicudo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"data-structures-net\n===================\n\nData structures that I use in my .Net projects.\n\n**Immutable tree and Continuous set.**\n\nImmutable tree\n--------------\n\nImmutable structures cannot be changed after they are created,\nyou must replace the entire thing when changes must be made.\nGood for multi-threading, functional programming, few-writes/many-reads approaches.\nTree builders are available (e.g. convert flat data to tree, e.g. DB table).\nUses tree visitors to change tree.\n\nContinuous set\n--------------\n\nContinuous set is a set that is not discrete. It's better explained with an example:\na set with all values between 1.1 (inclusive) and 2.7 (exclusive).\nCan have multiple sequences, actually can represent a set of any type\nfor which an IComparable\u003cT\u003e can be implemented (Double, String, DateTime, Int32).\nSet operations available (e.g. union, exclusion, intersection)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasbicudo%2Fdata-structures-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasbicudo%2Fdata-structures-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasbicudo%2Fdata-structures-net/lists"}