{"id":13710088,"url":"https://github.com/ziglibs/string-searching","last_synced_at":"2025-04-30T23:30:57.503Z","repository":{"id":104373866,"uuid":"261447450","full_name":"ziglibs/string-searching","owner":"ziglibs","description":"String(not limited to []const u8)-searching algorithms in zig","archived":false,"fork":false,"pushed_at":"2024-08-09T07:30:36.000Z","size":37,"stargazers_count":18,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-09T08:49:51.607Z","etag":null,"topics":["bitap-algorithm","boyer-moore","zig","zig-package","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/ziglibs.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}},"created_at":"2020-05-05T11:39:10.000Z","updated_at":"2024-08-09T07:30:39.000Z","dependencies_parsed_at":"2023-11-24T18:45:52.292Z","dependency_job_id":null,"html_url":"https://github.com/ziglibs/string-searching","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/ziglibs%2Fstring-searching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fstring-searching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fstring-searching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziglibs%2Fstring-searching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziglibs","download_url":"https://codeload.github.com/ziglibs/string-searching/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224225071,"owners_count":17276436,"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":["bitap-algorithm","boyer-moore","zig","zig-package","ziglang"],"created_at":"2024-08-02T23:00:51.669Z","updated_at":"2024-11-12T06:15:40.480Z","avatar_url":"https://github.com/ziglibs.png","language":"Zig","readme":"# string-searching\n\n![CI](https://github.com/ziglibs/zig-string-searching/workflows/CI/badge.svg)\n\nImplementation of some string-search algorithms in\n[zig](https://ziglang.org). Compatible with zig 0.13.0.\n\n### Boyer-Moore string searching\n\nPorted from the implementation in the Go standard library:\n[strings/search.go](https://golang.org/src/strings/search.go).\n\n### Bitap algorithm\n\nInspired by the code on the [Wikipedia\narticle](https://en.wikipedia.org/wiki/Bitap_algorithm).\n","funding_links":[],"categories":["Libraries","Language Essentials"],"sub_categories":["String Processing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziglibs%2Fstring-searching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziglibs%2Fstring-searching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziglibs%2Fstring-searching/lists"}