{"id":17218786,"url":"https://github.com/nyuichi/xhash","last_synced_at":"2025-10-23T22:03:28.881Z","repository":{"id":12289032,"uuid":"14915986","full_name":"nyuichi/xhash","owner":"nyuichi","description":"super tiny hash table","archived":false,"fork":false,"pushed_at":"2014-09-27T15:18:28.000Z","size":588,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T13:46:22.231Z","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":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nyuichi.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":"2013-12-04T06:17:23.000Z","updated_at":"2020-04-14T17:30:05.000Z","dependencies_parsed_at":"2022-08-20T23:30:24.306Z","dependency_job_id":null,"html_url":"https://github.com/nyuichi/xhash","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyuichi%2Fxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyuichi%2Fxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyuichi%2Fxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nyuichi%2Fxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nyuichi","download_url":"https://codeload.github.com/nyuichi/xhash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799047,"owners_count":21163396,"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-10-15T03:48:08.442Z","updated_at":"2025-10-23T22:03:23.843Z","avatar_url":"https://github.com/nyuichi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xhash - super tiny hash table [![Build Status](https://travis-ci.org/wasabiz/xhash.png)](https://travis-ci.org/wasabiz/xhash)\n\n- written in pure C99\n- all components are in single header file\n\n# Usage\n\n```c\nxhash x;\n\nxh_init_str(\u0026x, sizeof(mystruct));\n\nxh_put_str(\u0026x, \"aaa\", mystructA);\nxh_put_str(\u0026x, \"bbb\", mystructB);\nxh_put_str(\u0026x, \"ccc\", mystructC);\n\nxh_val(xh_get(\u0026x, \"aaa\"), mystruct) == mystructA;\n\nxh_destroy(\u0026x);\n```\n\n# License\n\nThis software is licensed under the 2-clause BSD license. See LICENSE for details.\n\n# Version\n\n- 2014.09.16 - Version 0.5\n\n    The implementation switches to ordered hash map (hash map with doubly-linked list).\n    Accordingly, iteration interface changed.\n\n- 2014.08.01 - Version 0.4.1\n- 2014.06.14 - Version 0.4\n- 2014.03.25 - Version 0.3.4\n- 2014.03.24 - Version 0.3.3\n- 2014.03.20 - Version 0.3\n\n# Auther\n\nYuichi Nishiwaki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyuichi%2Fxhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnyuichi%2Fxhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnyuichi%2Fxhash/lists"}