{"id":18821629,"url":"https://github.com/octu0/fastimagehash","last_synced_at":"2025-08-16T12:28:18.491Z","repository":{"id":217110048,"uuid":"740427644","full_name":"octu0/fastimagehash","owner":"octu0","description":"fast image hashing library for Go","archived":false,"fork":false,"pushed_at":"2024-02-04T02:04:21.000Z","size":1655,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T18:21:43.987Z","etag":null,"topics":["average-hash","difference-hash","image","image-hashing","imagehash","wavelet-hashing"],"latest_commit_sha":null,"homepage":"","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/octu0.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-08T10:23:57.000Z","updated_at":"2024-01-14T12:02:54.000Z","dependencies_parsed_at":"2024-01-14T16:50:15.119Z","dependency_job_id":"9b253517-d7b9-4979-ae15-9e7b4f8ac1ad","html_url":"https://github.com/octu0/fastimagehash","commit_stats":null,"previous_names":["octu0/fastimagehash"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/octu0/fastimagehash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octu0%2Ffastimagehash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octu0%2Ffastimagehash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octu0%2Ffastimagehash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octu0%2Ffastimagehash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octu0","download_url":"https://codeload.github.com/octu0/fastimagehash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octu0%2Ffastimagehash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270709062,"owners_count":24631992,"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-16T02:00:11.002Z","response_time":91,"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":["average-hash","difference-hash","image","image-hashing","imagehash","wavelet-hashing"],"created_at":"2024-11-08T00:44:57.389Z","updated_at":"2025-08-16T12:28:18.434Z","avatar_url":"https://github.com/octu0.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `fastimagehash`\n\n[![MIT License](https://img.shields.io/github/license/octu0/fastimagehash)](https://github.com/octu0/fastimagehash/blob/master/LICENSE)\n[![GoDoc](https://pkg.go.dev/badge/github.com/octu0/fastimagehash)](https://pkg.go.dev/github.com/octu0/fastimagehash)\n[![Go Report Card](https://goreportcard.com/badge/github.com/octu0/fastimagehash)](https://goreportcard.com/report/github.com/octu0/fastimagehash)\n[![Releases](https://img.shields.io/github/v/release/octu0/fastimagehash)](https://github.com/octu0/fastimagehash/releases)\n\nfast image hashing library for Go.\n\nfastimagehash supports:\n\n- Average Hashing\n- Diffrence Hashing\n- Perception Hashing\n- Wavelet Hashing\n\n## Installation\n\n```bash\ngo get github.com/octu0/fastimagehash\n```\n\n## Benchmark\n\nThe basic score was based on [goimagehash](https://github.com/corona10/goimagehash).\n\n```\ngoos: darwin\ngoarch: amd64\npkg: github.com/octu0/fastimagehash\ncpu: Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz\nBenchmarkAverageHash\nBenchmarkAverageHash/goimagehash/8x8\nBenchmarkAverageHash/goimagehash/8x8-4         \t    2707\t    424327 ns/op\nBenchmarkAverageHash/goimagehash/32x32\nBenchmarkAverageHash/goimagehash/32x32-4       \t    1836\t    570279 ns/op\nBenchmarkAverageHash/fastimagehash/32x32\nBenchmarkAverageHash/fastimagehash/32x32-4     \t   39634\t     29911 ns/op\nBenchmarkDifferenceHash\nBenchmarkDifferenceHash/goimagehash/9x8\nBenchmarkDifferenceHash/goimagehash/9x8-4      \t    2277\t    456987 ns/op\nBenchmarkDifferenceHash/goimagehash/33x32\nBenchmarkDifferenceHash/goimagehash/33x32-4    \t    1874\t    592438 ns/op\nBenchmarkDifferenceHash/fastimagehash/33x32\nBenchmarkDifferenceHash/fastimagehash/33x32-4  \t   33601\t     34354 ns/op\nBenchmarkPerceptionHash\nBenchmarkPerceptionHash/goimagehash/64x64\nBenchmarkPerceptionHash/goimagehash/64x64-4    \t    1311\t    813998 ns/op\nBenchmarkPerceptionHash/fastimagehash/64x64\nBenchmarkPerceptionHash/fastimagehash/64x64-4  \t    7542\t    146732 ns/op\nBenchmarkWaveletHash\nBenchmarkWaveletHash/fastimagehash/64x64\nBenchmarkWaveletHash/fastimagehash/64x64-4     \t    6045\t    191712 ns/op\n```\n\n# License\n\nMIT, see LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctu0%2Ffastimagehash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctu0%2Ffastimagehash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctu0%2Ffastimagehash/lists"}