{"id":18449369,"url":"https://github.com/r533-code/colt-structs","last_synced_at":"2025-04-16T17:31:10.416Z","repository":{"id":60642978,"uuid":"535542826","full_name":"R533-Code/colt-structs","owner":"R533-Code","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-28T19:58:23.000Z","size":317,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T13:34:09.153Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R533-Code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-12T06:45:13.000Z","updated_at":"2024-01-12T18:37:35.000Z","dependencies_parsed_at":"2023-01-31T12:00:38.072Z","dependency_job_id":null,"html_url":"https://github.com/R533-Code/colt-structs","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/R533-Code%2Fcolt-structs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R533-Code%2Fcolt-structs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R533-Code%2Fcolt-structs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R533-Code%2Fcolt-structs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R533-Code","download_url":"https://codeload.github.com/R533-Code/colt-structs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249117061,"owners_count":21215329,"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":[],"created_at":"2024-11-06T07:19:49.919Z","updated_at":"2025-04-15T17:24:14.808Z","avatar_url":"https://github.com/R533-Code.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Colt struct:\nContains various data structures, and C++ utilities.\n\n# Allocators:\nThis library implements various allocators with the purpose of making allocations faster.\nAllocations result in a `MemBlock` or a pointer and a size.\nAllocations through the global allocator of the library cannot fail, which means that if an allocation will return an empty `MemBlock`, the allocator will call functions registered with `RegisterOnNULLFn` followed by an `abort`.\n\n# Data Structures:\n- `Optional`: Optional value that can contain a value.\n- `Expected`: Expected value that can contain a value or an error value.\n\nAll the allocations that these structures perform uses the Colt global allocator.\n- `Vector`: Contiguous dynamic array of objects.\n- `SmallVector`: Contiguous dynamic array of objects with a stack buffer.\n- `String`: Optionally NUL terminated dynamic array of characters with a stack buffer.\n- `UniquePtr`: Automatically managed pointer to a resource\n- `Map`: Key/Value associative container","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr533-code%2Fcolt-structs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr533-code%2Fcolt-structs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr533-code%2Fcolt-structs/lists"}