{"id":19752391,"url":"https://github.com/hengfeiyang/simhash","last_synced_at":"2025-08-04T21:43:02.950Z","repository":{"id":57504855,"uuid":"143289756","full_name":"hengfeiyang/simhash","owner":"hengfeiyang","description":"a Golang implementation of Simhash Algorithm","archived":false,"fork":false,"pushed_at":"2018-08-02T12:25:37.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T08:44:19.869Z","etag":null,"topics":["simhash"],"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/hengfeiyang.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":"2018-08-02T12:09:10.000Z","updated_at":"2025-02-15T17:34:22.000Z","dependencies_parsed_at":"2022-09-19T10:01:07.648Z","dependency_job_id":null,"html_url":"https://github.com/hengfeiyang/simhash","commit_stats":null,"previous_names":["safeie/simhash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hengfeiyang/simhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfeiyang%2Fsimhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfeiyang%2Fsimhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfeiyang%2Fsimhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfeiyang%2Fsimhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hengfeiyang","download_url":"https://codeload.github.com/hengfeiyang/simhash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfeiyang%2Fsimhash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268782615,"owners_count":24306725,"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-08-04T02:00:09.867Z","response_time":79,"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":["simhash"],"created_at":"2024-11-12T02:49:02.417Z","updated_at":"2025-08-04T21:43:02.890Z","avatar_url":"https://github.com/hengfeiyang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simhash\na Golang implementation of Simhash Algorithm\n\n# demo\n\n```\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/safeie/simhash\"\n)\n\nfunc main() {\n\ts1 := simhash.Simhash(\"this is a project for golang implementation of simhash algorithm\")\n\ts2 := simhash.Simhash(\"this is a project for java   implementation of simhash algorithm\")\n\n\tfmt.Println(\"distance:\", simhash.Distance(s1, s2))\n\tfmt.Println(\"similars:\", simhash.Similar(s1, s2))\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhengfeiyang%2Fsimhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhengfeiyang%2Fsimhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhengfeiyang%2Fsimhash/lists"}