{"id":18410427,"url":"https://github.com/akyoto/hash-benchmarks","last_synced_at":"2025-04-12T22:40:17.004Z","repository":{"id":138632401,"uuid":"188927312","full_name":"akyoto/hash-benchmarks","owner":"akyoto","description":"Hash algorithm benchmarks.","archived":false,"fork":false,"pushed_at":"2019-10-26T04:19:45.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T22:39:44.666Z","etag":null,"topics":["benchmarks","go","hash","hash-algorithm"],"latest_commit_sha":null,"homepage":null,"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/akyoto.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,"publiccode":null,"codemeta":null}},"created_at":"2019-05-28T00:47:37.000Z","updated_at":"2019-10-26T04:19:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"24912ff9-89d8-427f-ab72-a962a33b06ac","html_url":"https://github.com/akyoto/hash-benchmarks","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/akyoto%2Fhash-benchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fhash-benchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fhash-benchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fhash-benchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akyoto","download_url":"https://codeload.github.com/akyoto/hash-benchmarks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643046,"owners_count":21138353,"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":["benchmarks","go","hash","hash-algorithm"],"created_at":"2024-11-06T03:32:00.729Z","updated_at":"2025-04-12T22:40:16.981Z","avatar_url":"https://github.com/akyoto.png","language":"Go","readme":"# hash-benchmarks\n\nBenchmarks including hash algorithms for non-cryptographic purposes.\n\n```text\nBenchmarkAkyotoHash_4B-12       1000000000               0.702 ns/op           0 B/op          0 allocs/op\nBenchmarkCRC32_4B-12            748350471                1.59 ns/op            0 B/op          0 allocs/op\nBenchmarkXXHash_4B-12           533528487                2.22 ns/op            0 B/op          0 allocs/op\nBenchmarkSipHash_4B-12          833339200                1.43 ns/op            0 B/op          0 allocs/op\nBenchmarkFNV_4B-12              1000000000               0.703 ns/op           0 B/op          0 allocs/op\n\nBenchmarkAkyotoHash_8B-12       1000000000               0.469 ns/op           0 B/op          0 allocs/op\nBenchmarkCRC32_8B-12            547803841                2.17 ns/op            0 B/op          0 allocs/op\nBenchmarkXXHash_8B-12           516036067                2.24 ns/op            0 B/op          0 allocs/op\nBenchmarkSipHash_8B-12          682836061                1.74 ns/op            0 B/op          0 allocs/op\nBenchmarkFNV_8B-12              1000000000               1.01 ns/op            0 B/op          0 allocs/op\n\nBenchmarkAkyotoHash_10KB-12     30067696                37.0 ns/op             0 B/op          0 allocs/op\nBenchmarkCRC32_10KB-12          22916304                50.3 ns/op             0 B/op          0 allocs/op\nBenchmarkXXHash_10KB-12         11700764               101 ns/op               0 B/op          0 allocs/op\nBenchmarkSipHash_10KB-12         2815754               423 ns/op               0 B/op          0 allocs/op\nBenchmarkFNV_10KB-12             1534830               781 ns/op               0 B/op          0 allocs/op\n```\n\n## Style\n\nPlease take a look at the [style guidelines](https://github.com/akyoto/quality/blob/master/STYLE.md) if you'd like to make a pull request.\n\n## Sponsors\n\n| [![Cedric Fung](https://avatars3.githubusercontent.com/u/2269238?s=70\u0026v=4)](https://github.com/cedricfung) | [![Scott Rayapoullé](https://avatars3.githubusercontent.com/u/11772084?s=70\u0026v=4)](https://github.com/soulcramer) | [![Eduard Urbach](https://avatars3.githubusercontent.com/u/438936?s=70\u0026v=4)](https://twitter.com/eduardurbach) |\n| --- | --- | --- |\n| [Cedric Fung](https://github.com/cedricfung) | [Scott Rayapoullé](https://github.com/soulcramer) | [Eduard Urbach](https://eduardurbach.com) |\n\nWant to see [your own name here?](https://github.com/users/akyoto/sponsorship)\n\n[godoc-image]: https://godoc.org/github.com/akyoto/hash-benchmarks?status.svg\n[godoc-url]: https://godoc.org/github.com/akyoto/hash-benchmarks\n[report-image]: https://goreportcard.com/badge/github.com/akyoto/hash-benchmarks\n[report-url]: https://goreportcard.com/report/github.com/akyoto/hash-benchmarks\n[tests-image]: https://cloud.drone.io/api/badges/akyoto/hash-benchmarks/status.svg\n[tests-url]: https://cloud.drone.io/akyoto/hash-benchmarks\n[coverage-image]: https://codecov.io/gh/akyoto/hash-benchmarks/graph/badge.svg\n[coverage-url]: https://codecov.io/gh/akyoto/hash-benchmarks\n[sponsor-image]: https://img.shields.io/badge/github-donate-green.svg\n[sponsor-url]: https://github.com/users/akyoto/sponsorship\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakyoto%2Fhash-benchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakyoto%2Fhash-benchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakyoto%2Fhash-benchmarks/lists"}