{"id":16713171,"url":"https://github.com/picrap/virtuallist","last_synced_at":"2026-02-13T08:19:14.327Z","repository":{"id":162849364,"uuid":"637344906","full_name":"picrap/VirtualList","owner":"picrap","description":"A list implementation that can be filled progressively","archived":false,"fork":false,"pushed_at":"2024-12-05T15:17:03.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T14:50:52.654Z","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/picrap.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":"2023-05-07T09:11:45.000Z","updated_at":"2025-07-01T23:30:31.000Z","dependencies_parsed_at":"2025-01-21T20:44:29.171Z","dependency_job_id":"bc2071c9-db7f-4750-b610-3f7a2f3c7ae9","html_url":"https://github.com/picrap/VirtualList","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/picrap/VirtualList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FVirtualList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FVirtualList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FVirtualList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FVirtualList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picrap","download_url":"https://codeload.github.com/picrap/VirtualList/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FVirtualList/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278266894,"owners_count":25958733,"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-10-04T02:00:05.491Z","response_time":63,"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":"2024-10-12T20:45:44.765Z","updated_at":"2025-10-04T04:59:08.731Z","avatar_url":"https://github.com/picrap.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VirtualList\n\n## Why?\n\nThe idea was to have a dynamically filled list, initially to get big password derivation without losing much time at start.  \nHowever it also can be used for paged views.\n\n## How?\n\n```csharp\nvar list = new VirtualReadOnlyList\u003cint\u003e(\nreader, // an implementation of IVirtualListReader \n        // or a simple lambda to provide data parts \n20,     // the total size (as returned by IReadOnlyList\u003c\u003e.Count)\n7       // the page size, which the reader fills\n);\n\n// then use it, it is a IReadOnlyList\nvar a = list[12];\nvar r = list[1..3];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Fvirtuallist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicrap%2Fvirtuallist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Fvirtuallist/lists"}