{"id":20122840,"url":"https://github.com/freaky/fast-bytecount","last_synced_at":"2026-03-19T14:01:11.833Z","repository":{"id":142942527,"uuid":"164960049","full_name":"Freaky/fast-bytecount","owner":"Freaky","description":"A port of the Rust bytecount SSE2 and AVX2 algorithms to C","archived":false,"fork":false,"pushed_at":"2023-09-27T16:07:39.000Z","size":267,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-15T10:54:01.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"M4","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Freaky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.Apache2","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-01-10T00:29:20.000Z","updated_at":"2023-09-27T15:50:42.000Z","dependencies_parsed_at":"2023-05-01T10:15:43.284Z","dependency_job_id":"a61f4592-5312-4b28-a2ba-620d434b788a","html_url":"https://github.com/Freaky/fast-bytecount","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Freaky/fast-bytecount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Ffast-bytecount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Ffast-bytecount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Ffast-bytecount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Ffast-bytecount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Freaky","download_url":"https://codeload.github.com/Freaky/fast-bytecount/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freaky%2Ffast-bytecount/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30709700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-19T05:29:31.190Z","status":"ssl_error","status_checked_at":"2026-03-19T05:28:25.821Z","response_time":57,"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":"2024-11-13T19:41:25.596Z","updated_at":"2026-03-19T14:01:11.790Z","avatar_url":"https://github.com/Freaky.png","language":"M4","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast-bytecount\n\nThis is a port of the AVX2 and SSE2 bytecount functions from the Rust\n[bytecount] crate to C, including runtime CPU feature detection.\n\nIt isn't yet set up as a library, just a trivial benchmark against the naive\nimplementation.\n\n## Usage\n\n```\n$ aclocal\n$ autoconf\n$ automake --add-missing\n$ ./configure\n$ make\n$ ./bench\n```\n\nSupported `configure` flags:\n\n* `--disable-runtime-dispatch`, enables only the scalar fallback bytecounts\n* `--disable-runtime-avx2`, disable AVX2 version\n* `--disable-runtime-sse2`, disable SSE2 version\n\n[bytecount]: https://github.com/llogiq/bytecount\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaky%2Ffast-bytecount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreaky%2Ffast-bytecount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreaky%2Ffast-bytecount/lists"}