{"id":25014328,"url":"https://github.com/gregoryv/strmix","last_synced_at":"2025-10-30T10:47:48.379Z","repository":{"id":211153695,"uuid":"728353236","full_name":"gregoryv/strmix","owner":"gregoryv","description":"Split compound words","archived":false,"fork":false,"pushed_at":"2023-12-07T20:19:15.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T11:45:21.434Z","etag":null,"topics":[],"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/gregoryv.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"license.txt","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,"zenodo":null}},"created_at":"2023-12-06T18:59:44.000Z","updated_at":"2023-12-07T20:09:40.000Z","dependencies_parsed_at":"2025-07-14T10:29:46.995Z","dependency_job_id":"35db374e-23f5-48e5-9511-8f55abca97e4","html_url":"https://github.com/gregoryv/strmix","commit_stats":null,"previous_names":["gregoryv/compstr","gregoryv/strmix"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gregoryv/strmix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fstrmix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fstrmix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fstrmix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fstrmix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/strmix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Fstrmix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281793999,"owners_count":26562617,"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-10-30T02:00:06.501Z","response_time":61,"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":[],"created_at":"2025-02-05T07:19:06.539Z","updated_at":"2025-10-30T10:47:48.362Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[strmix](https://pkg.go.dev/github.com/gregoryv/strmix) - Provides means to split compound words\n\nA compounded word is made of two or more words merged together.\nCompound format is described at [Go initialisms](\nhttps://github.com/golang/go/wiki/CodeReviewComments#initialisms\n).\n\nThe primary use case is to efficiently split a string like\ncallRPCHandler into the words [call RPC Handler] during static Go\nsource code analysis.\n\nThis module is optimized for words comprised of characters\n[a-zA-Z0-9_].\n\n## Benchmark\n\n    goos: linux\n    goarch: amd64\n    pkg: github.com/gregoryv/strmix\n    cpu: Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz\n    BenchmarkSplit_strmix\n    BenchmarkSplit_strmix-16       16483531       105.20 ns/op     112 B/op       1 allocs/op\n    BenchmarkSplit_camelcase-16     1233808       967.80 ns/op     488 B/op      24 allocs/op\n    BenchmarkUSplit_strmix-16       6354415       199.50 ns/op     112 B/op       1 allocs/op\n    BenchmarkAppendWords-16        51060759        20.92 ns/op       0 B/op       0 allocs/op\n    BenchmarkUAppendWords-16       22820806        52.30 ns/op       0 B/op       0 allocs/op\n\n## Related modules\n\n- [faith/camelcase](https://pkg.go.dev/github.com/fatih/camelcase)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fstrmix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Fstrmix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Fstrmix/lists"}