{"id":37150585,"url":"https://github.com/danielhookx/xcontainer","last_synced_at":"2026-01-14T17:47:49.596Z","repository":{"id":206799564,"uuid":"717726607","full_name":"danielhookx/xcontainer","owner":"danielhookx","description":"Basic data structures implemented by generics","archived":false,"fork":false,"pushed_at":"2025-03-26T16:49:33.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T03:56:39.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/danielhookx.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}},"created_at":"2023-11-12T11:55:08.000Z","updated_at":"2025-04-17T07:33:47.000Z","dependencies_parsed_at":"2023-11-16T01:35:25.269Z","dependency_job_id":null,"html_url":"https://github.com/danielhookx/xcontainer","commit_stats":null,"previous_names":["danielhookx/xcontainer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielhookx/xcontainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhookx%2Fxcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhookx%2Fxcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhookx%2Fxcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhookx%2Fxcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielhookx","download_url":"https://codeload.github.com/danielhookx/xcontainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielhookx%2Fxcontainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28428936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-14T17:47:49.075Z","updated_at":"2026-01-14T17:47:49.581Z","avatar_url":"https://github.com/danielhookx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xcontainer\n\n## Description\n\nxcontainer is a comprehensive collection of fundamental data structures implemented in Go. This library provides efficient and type-safe implementations of various data structures using Go's generics feature. It serves as a reliable foundation for building complex data processing applications.\n\n## Features\n\n- Generic-based implementation\n- Type-safe data structure operations\n- Clean and intuitive API design\n- Comprehensive unit test coverage\n- Non-thread-safe implementations (thread safety should be handled by the caller if needed)\n\n## Data Structures\n\n- **graph**: Graph data structure supporting directed and undirected graphs\n- **heap**: Heap implementation with support for max and min heaps\n- **[list](list/README.md)**: Linked list implementations including singly and doubly linked lists\n- **[ordered map](map/README.md)**: Ordered map implementation maintaining insertion order of key-value pairs\n- **queue**: Queue implementations including standard and priority queues\n- **[set](set/README.md)**: Set implementation with basic set operations\n- **stack**: Stack implementation with standard stack operations\n- **tree**: Tree implementations including binary trees and binary search trees\n\n## Requirements\n\n- Go 1.23 or higher\n- All implementations are non-thread-safe\n- Generic-based implementation for type safety\n- Review specific data structure documentation before use\n\n## License\n\nxcontainer is under the MIT license. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhookx%2Fxcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielhookx%2Fxcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielhookx%2Fxcontainer/lists"}